Action Constraint with Program Setting

Any reason why this wouldnt work?

AM I missing something noobish?

'{SETTING:HowManyWeights}' == 'One'

Matt

Depends. Please show the rule.

Here is a snippet of the screen.

Try {LOCAL SETTING:HowManyWeights} or {GLOBAL SETTING:HowManyWeights}

In your situation Mark I’d force global settings since single terminal local/global is irrelivent and advantage of global is you can look in DB and see stored values. (Personally I use global for settings where local is more the option but prefix name with terminal for this reason that I can confirm easily in DB.)

Other than that first thing to do is ask question/show message with your setting tag/expression to check returning expected value.

1 Like