Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Owner2229
in reply to: mk92

Hi, it would be nice to see the equations for these to fully understand your request, but here's what comes on my mind:

 

You can create 4 rules, each starting with:

s = A 'or B or C or D

The "s = A" then serves as a trigger when the parameter "A" changes.

Below this you can write your equations, e.g.:

s = A
B = A * 2
C = B * 3
D = A + 4

Don't wrap it in "Parameter("d0"). E.g. for the parameter called "d0" it will be:

s = d0

 

Consider using "Accept as Solution" / "Kudos" if you find this helpful.
- - - - - - - - - - - - - - -
Regards,
Mike

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - John F. Woods