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

Was this helpful?