Hi,
I've been asked to add the method process parameters into a Openlab CDS report but I can't find how to do it.
Can anyone here help me with this?
Hi,
I've been asked to add the method process parameters into a Openlab CDS report but I can't find how to do it.
Can anyone here help me with this?
Hello,
In the report editor you can add the method information to the report template using several different objects. You can search method information reporting in the OpenLab Help and Learning on your system. The method compact and method multi column objects allow the entire method or sections of the method to be added to the report. The single item and single method row allow specific values to be added from the method information. All of these object types have selections for data analysis and acquisitions methods depending on the information you are looking for on the report.
Marty
Thank you very much martin. This was exactly what I was looking for.
One last question: Is it possible to add the report template method used for a specific printed report sowhere in the report. I know that EMPOWER can do it, but I am still searching for that on openlab CDS. Thank you again for your precious help.
warm regards.
You may be asking something else here since the template name, path, and version should be a part of the template footer already.
Marty
Thank you again.
Is it possible to have only the template name and not all the pathway?
Hello,
It is text so yes, but you would need to parse the information. Try =String.Format("{0} [Rev. {1}]",Trim(Replace(ReportName, ReportFolder + "\", "")), ReportTemplateRevision) if you are replacing the footer reference to the report name. =Trim(Replace(ReportName, ReportFolder + "\", "")) would be to just use the name.
Marty
Thank you again for your help.
I really appreciate that.
warm regards