openlab cds 2.5 custom calculation and intelligent report

Hello,

Hello,

How to get the version number of the acquisition sequence used for the analyses on an analysis report?

Is the report template for printing (sequence.rdlc) modifiable because the layout is not adapted to our needs?

 

Why does this formula work

 

 CurrentSequence.AllPeaksAndGroupsbyname("PA").Where(function (x) x.Injection.Sample.Sample_Type = 3) .Where(function (x) x.Injection.GetStringCC("Nomslots") = CurrentInjection.GetStringCC("Nomslots")).Where(function (x) x.Compound_Name = CurrentPeakOrGroup.Compound_Name).Select(function(x) x.GetDoubleCC("pourcenttheorieUT10")) .Average()

and not this one?

CurrentSequence.AllPeaksAndGroupsbyname("PA").Where(function (x) x.Injection.Sample.Sample_Type = 3) .Where(function (x) x.Injection.GetStringCC("Nomslots") = CurrentInjection.GetStringCC("Nomslots")).Where(function (x) x.Compound_Name = CurrentPeakOrGroup.Compound_Name).Select(function(x) x.GetDoubleCC("pourcenttheorieUT10")) .STDDEV()

 

thank you for your help

syb

Parents Reply
  • Hello,

    1) Since we copy the sequence inside the results set the sequence version is not available. The sequence file is at that point part of the overall result set version. The only way on the reports to see the original sequence versions would be in the audit trail for the sequence. 

    2) That template cannot be edited outside the choices you can make when printing the sequence in acquisition.  

    Marty Adams

Children
No Data
Was this helpful?