IF Statement Syntax for Calculated Columns in SCIEX OS Software 2.1.6|質量分析計・LC-MS/MSシステムのSCIEX


日付: 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.