In a rule, there is a variable named local!numberOfCustomers which will eventually change value.
You are tasked with creating a variable that captures the original value so that you can later compare the original and new value.
Which parameter settings should you use for your new variable?
Referencing another local variable creates a dependency between the two variables and ensures that the referenced variable is always evaluated first.
Currently there are no comments in this discussion, be the first to comment!