Reporter Template Suite Software: How Do I Get Rid of "No Data" in Report if Sample Comment Is Empty?|質量分析計・LC-MS/MSシステムのSCIEX


日付: 11/14/2021
カテゴリー: SCIEX OS , Analyst Software , MultiQuant Software

0 投票
   印刷する    記事を評価する:

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


Answer

When using the Reporter Template Suite Software with MultiQuant™, Analyst® or SCIEX OS software, the report output may indicate "no data" in the sample comment column if there is no text in the corresponding column in the results table. To eliminate "no data" as a response in the report, try using the following IF/ELSE statement:

IF EMPTY($Sample_Comment) (Text Field: none)
ELSE (Text Field: Sample Comment)

User-added image