I am creating a report template. I have some timed compound groups. I only want the chromatograms to show compound names, not group names. Is this possible?
I am creating a report template. I have some timed compound groups. I only want the chromatograms to show compound names, not group names. Is this possible?
Hi!
Open the Chromatogram's properties window, in the Filtering tab enter these 2 lines:
Expression Operation Value
=Compound_Type <> =3
=Compound_Type <> =4
I'm using this with 2.4, but it should be working under 2.3 ( i hope :) )
Hi!
Open the Chromatogram's properties window, in the Filtering tab enter these 2 lines:
Expression Operation Value
=Compound_Type <> =3
=Compound_Type <> =4
I'm using this with 2.4, but it should be working under 2.3 ( i hope :) )
This worked. Thank you.