If you want to show only the signals for a specific sample (here: the sample SSRSD1) in a chromatogram, you can filter for the sample name.
Expression |
Operation |
Value |
---|---|---|
=Sample_Name |
= |
="SSRSD1" |
In order to compare the signals for two different samples, add a second expression for the other sample name. The two expressions will automatically be linked by Or . Alternatively, you can use the Contains operator and a wildcard in the Value field:
Expression |
Operation |
Value |
---|---|---|
=Sample_Name |
Contains |
="SSRSD *" |
If you want display only the signals from a specific detector, you can filter for the detector name (here: DAD1). The detector name is usually contained in the first characters of the signal name. Therefore you filter for all signals where the relevant characters are contained in the signal name.
Expression |
Operation |
Value |
---|---|---|
=Signal_Name |
Contains |
="DAD1" |
If you want to filter for one specific signal, use the complete signal name (here: DAD1 A, Sig=270,8 Ref=500,100) in the filter expression.
Expression |
Operation |
Value |
---|---|---|
=Signal_Name |
= | ="DAD1 A, Sig=270,8 Ref=500,100" |