Rule Engine Help

Hi Everyone, i just need help. My files needs to be checked if the amounts exceeded 20,000 i have one column which contains the amount. Unfortunately i tried doing it in the rule engine but the result in the appended column is just ? below is the rule i inputted.

// $Amount$ => 20000

hi @GanymedeAqua ,

Rule Engine is the right choice.
The rule should look like this

$Amount$ > 20000 => 1
TRUE => 0

grafik

“//” is used for a comment. So you should avoid this for your rule operations.

Hope that helps, regards, Tommy

6 Likes

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