How to Remove "No Data" from Report Output Generated from SCIEX OS Software


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