How to report number of peaks in intelligent report?

Hello,

I am using OpenLab CDS 2.3 but we will soon upgrade to OpenLab CDS 2.8.

Is it possible to number all peaks appearing in a chromatogram within the table (see image below)? It is interesting to comparize two or more samples. Which function should I use in the table?

Thanks a lot!

Òscar

  • Hello,

    You can create a new column in the table and use the RowNumber function to create an index. To use the RowNumber function you need to know the actual table name and add OLIR_ to that name. In the example below, the table name can be seen in the header after table properties. In this case, the table name is Table_PeakResults1, so in the RowNumber function we need OLIR_Table_PeakResults1. Please note the name needs to be inside "" in the RowNumber function as it is text. 

    Marty   

Was this helpful?