Conditional Formatting Expression (OpenLab 2.7)

I'm using the following code to report RSD values for certain peaks and compare against a theshold value.  

For RTCheckArea, in the report I want the field to show in Green for Pass and Red for Fail, but I'm not able to come up with an expression which works:

Parents
  • It expects an expression that returns TRUE or FALSE. For this particular case, you could put "=RTCheckArea>=1000". The problem could be that the variable you are trying to call is not available. Are these variables defined in a ccf file linked to the data set? Also, I don't see "RTCheckArea" in your list. Do any of the ones that are listed work for any statement?

    I admit, I've never tried to call a ccf variable in Intelligent Reporter. The way I would do it is set up a report variable and use that. Let me know if you need any help

Reply
  • It expects an expression that returns TRUE or FALSE. For this particular case, you could put "=RTCheckArea>=1000". The problem could be that the variable you are trying to call is not available. Are these variables defined in a ccf file linked to the data set? Also, I don't see "RTCheckArea" in your list. Do any of the ones that are listed work for any statement?

    I admit, I've never tried to call a ccf variable in Intelligent Reporter. The way I would do it is set up a report variable and use that. Let me know if you need any help

Children
Was this helpful?