Date: | 11/03/2021 |
Categories: | SCIEX OS |
For research use only. Not for use in diagnostic procedures.
Answer
Reports created with SCIEX OS software use templates with embedded tags. One of the commonly used tags is the IF statement, and the basic syntax for this tag is as follows:
if(<condition>;<value if true>;<value if false>)
<condition> is a value or logical expression that can be evaluated as true or false.
<value if true> is a value to be returned and shown in the corresponding Results Table column when <condition> evaluates to true.
<value if false> is a value to be returned and shown in the corresponding Results Table column when <condition> evaluates to false.
Note: The IF function symbol can be selected from the calculator, typed, or copied from another source. It can be used in if or IF syntax.
Posted: now