Reporter Template Suite Software: How Do I Get Rid of "No Data" in Report if Sample Comment Is Empty?


日期: 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