CF works only if all conditions are fulfilled

Dear all,

I created the following Peak, Real CF:
(EQ(Label,"U0006"))*(ABS((U0006.%.(Area)-S0201.%.(Area))/((U0006.%.(Area)+S0201.%.(Area))/2)*100))+(EQ(Label,"U0015"))*(ABS((U0015.%.(Area)-U0006.%.(Area))/((U0006.%.(Area)+U0015.%.(Area))/2)*100))
It works fine. Yesterday I ran a short sequence without the injection labeled with U0015. Now, the CF didn`t show a value for the injection U0006. Is there any mistake in my CF?

Thanks in advance!

Answers

  • Did the same CF run fine before? Maybe there is an error with the S0201 label double check that. Is the sample type of U006 or S0201 set to control? Maybe there is a processing error in the sample set.
  • If the CF is set to All of Nothing, it must find all of the search parameters. You may be experiencing this nuance.

  • Oh yes!
    If I leaf the All or Nothing field emtpy it works! :)
    Many Thanks!!