Page 1 of 1

HELP!! Help with custom fields/report - Should be easy!

Posted: Thu Jan 19, 2012 1:02 pm
by cody84
Hey everyone I am trying to divide my slope by my y-int in empower the custom field is: Test = ABS(A/B)

When I bring all injections that I created the curve into the report it displays a result for each injection. How can I make it just give me the answer for what I asked???

I have it as a peak custom field. Result set only.

I'm trying to use the SQT project as a template to make our calibration project, this is the only problem I've been having so far. How to put ONE result when a number of injections are in the report publisher.


Thanks!

Re: HELP!! Help with custom fields/report - Should be easy!

Posted: Thu Jan 19, 2012 1:04 pm
by cody84
That reminds me, is there any way to limit the NUMBER OF injections on a table/chromatogram/page in the reports? If I sort with injection that is only refering to the actual number of the injection, not the total number displayed.

Tryin to eventually have one click reports for a run of any size.

Re: HELP!! Help with custom fields/report - Should be easy!

Posted: Thu Feb 16, 2012 4:19 pm
by EmpowerGuru
Add something to the custom field that will divide it by zero for all but one of the injections, probably the last injection.

For instance divide it by EQ(label, "Last")

There are some other ways to do it that dont require a label but it is up to you.