How to Create an Ion Ratio Flag in a Report Template


Date: 05/03/2022
Categories: SCIEX OS , Analyst Software

0 Votes
   Print    Rate Article:

For research use only. Not for use in diagnostic procedures.


Answer

To flag an ion ratio as pass or fail in a report, an If/Else statement needs to be added using the MQ_Ion_Ratio tag. Use IF statement ISNUMBER(SEARCH("Ion Ratio",$MQ_Outlier_Reasons)) to report Ion Ratio as failing. Make sure to insert the message “Ion Ratio Fail” within the IF statement. Next, add the Else statement and add the text “Ion Ratio Pass” within the Else loop. See the example below.

Outlier 1.1.PNG Outlier 1.2.PNG