Hi everyone,
I need to generate a report that shows peak area = 0 when the peak is not identified.
How can I indicate this to the system, using a conditional?
I am using OpenLab CDS 2.7
Thank you very much.
Find maintenance, best practice, and troubleshooting articles.
Hi everyone,
I need to generate a report that shows peak area = 0 when the peak is not identified.
How can I indicate this to the system, using a conditional?
I am using OpenLab CDS 2.7
Thank you very much.
Hello,
The first thing you would need is to setup the table to display missing peaks. If you are working on an existing report, you may also need to remove filters from the table or containing groups that would prevent the missing peaks from displaying in the table. Once the missing peaks display in the table you can setup a conditional statement in the value for the columns. In the example below, I use the statement =If(Peak_Area > 0 , Peak_Area, 0.0) to show 0 area for missing peaks.
Marty
Thank you very much Martin,
the step I was missing was to put the filter for unidentified peaks.
Now the report works perfectly. Regards