01-17-2017
12:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-17-2017
12:11 PM
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
- - - - - - - - - - - - - - -
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