Hello,
How to configure RULE ENGINE to get this result
0<0,5 = BAD
0,5>1 = GOOD
Thanks
Hello @Brain
Something like this can work:
$satisfaction_level$ <= 0.5 => "BAD"
$satisfaction_level$ > 0.5 => "GOOD"
BR
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.