Hi all,
Is it possible to use a placeholder as used here:
[default]Machine Process/TMs/{1}_TM2/Enabled
in an expression binding? Such as:
if([default]Machine Process/TMs/{1}_TM2/Enabled = 1, True, False), {view.param.zone}
Thanks,
Hi all,
Is it possible to use a placeholder as used here:
[default]Machine Process/TMs/{1}_TM2/Enabled
in an expression binding? Such as:
if([default]Machine Process/TMs/{1}_TM2/Enabled = 1, True, False), {view.param.zone}
Thanks,
No. Use an indirect tag binding in a custom property to retrieve that value, then use the custom property in the if()
expression.
{ Ignore those who tell you to use the tag()
expression function in a user interface. }
LOL, I just read a post in which you chose not to rant on using tag()
.