So I have two "Job Variables" that each contain the record counts from two separate tables. I want to see if subtracting one from the other equals to "0". If TRUE, then Orchestration job continues.
Happy New Year to all.
Kind regards
Martyn
So I have two "Job Variables" that each contain the record counts from two separate tables. I want to see if subtracting one from the other equals to "0". If TRUE, then Orchestration job continues.
Happy New Year to all.
Kind regards
Martyn
Hi Martyn, you should be able to do this in the IF flow task. When you are in advanced mode, the expression would be something like this: ${VariableWithFirstCount} - ${VariableWithSecondCount} > 0
I am not certain but the variables with the counts, might need to be numeric.
Hopefully this helps and Happy New Year to you as well.