Threshold setting

Hello,

I need to set the rule to get Result column as on pic.
If number in Discrep. column less than 80 => “Below”
If number in Discrep. column between 80 and 120 => “Normal”
If number in Discrep. column higher than 120 “Above”

Someone has an idea? Thanks in advice.

fgsxfdz

1 Like

Hi @Nury

Please find below a possible solution using the -Rule Engine- node:

$Discrep.$ < 80 => "Bellow"
$Discrep.$ > 120 => "Above"
TRUE => "Normal"

Hope this helps

Best

Ael

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.