I want add istd qualifer(Q1、Q2) and istd qualifer ratio in to table.
How can I adjust the table or Binding.
Find maintenance, best practice, and troubleshooting articles.
I want add istd qualifer(Q1、Q2) and istd qualifer ratio in to table.
How can I adjust the table or Binding.
Hello jeremy_lai ,
There are details about adding additional qualifiers and ISTD information in this discussion.
(+) Qualifiers in Report Builder - Forum - Mass Spectrometry Software - Agilent Community
Here are the main points from that discussion.
If you'd like the two different qualifiers on the same row, then you would need to change the TargetQualifier binding's last filter to be for <QualifierID>=0. This will select the first qualifier. Then you could duplicate this binding, calling it TargetQualifier2, and make its last filter <QualifierID>=1, selecting the second qualifier. You would also need to duplicate the QualifierPeak binding and reference your duplicated TargetQualifier. Then add any columns for the second qualifier using the two new binding.
To show the ISTD results in the summary table, remove the <CompoundType> != ISTD filter.