How to Remove "No Data" from Report Output Generated from SCIEX OS Software|質量分析計・LC-MS/MSシステムのSCIEX


日付: 04/04/2022
カテゴリー: SCIEX OS

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

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


Issue Description

When using a report template with SCIEX OS software, the report output may indicate "No data" in red if there is no text in the corresponding column in the results table.
 
Outlier 1.PNG

 

Resolution

An IF/ELSE statement can be created to filter out the “No data” response in a report.
If no outliers are displayed in the results table, and the report shows “No data for MQ Outlier Reasons” in the column, then use the following IF/ELSE statement in the report template.

IF EXACT($MQ_Outlier_Reasons,'')
ELSE (Text Field: MQ_Outlier_Reasons)

Outlier 3.PNG Outlier 2.PNG