IF Statement Syntax for Calculated Columns in SCIEX OS Software 2.1.6


日期: 11/03/2021
类别: SCIEX OS

0 投票数
   打印    评价文章:

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.