Empower 3 Custom Field Issue
Posted: Thu Mar 10, 2016 10:06 am
I am trying to take the peak area from the first standard injection and use it to compare the peak areas of my bracketing standards. Spec is +/- 15%
My original plan was to use this field:
ABS((CCalRef1[Area]/S0101.1.CCalRef1[Area]*100)-100)
That just returned a blank cell
Then I went this route:
CCalRef1[Area]/S0101.1.CCalRef1[Area]*100
I thought as long as my percent was 85-115% I would still be alright. This returned a blank cell
Then I tried:
Area/S0101.1.CCalRef1[Area]*100
Still nothing.
I cannot seem to get Empower to capture the area from the first of six standard injections.
Any suggestions
My original plan was to use this field:
ABS((CCalRef1[Area]/S0101.1.CCalRef1[Area]*100)-100)
That just returned a blank cell
Then I went this route:
CCalRef1[Area]/S0101.1.CCalRef1[Area]*100
I thought as long as my percent was 85-115% I would still be alright. This returned a blank cell
Then I tried:
Area/S0101.1.CCalRef1[Area]*100
Still nothing.
I cannot seem to get Empower to capture the area from the first of six standard injections.
Any suggestions