>> Return a string with an expression in a Label

How to return a string with an expression in the label of a node
i try to print in the label if the param "in_a" has an expression,
it work with numerical values like this:
[expression in_a.has_expression==1?1:0]

but how to do to have text in the label ?

i tried this (and it doesn’t work):
[expression in_a.has_expression==1?yes:no]

No Responses to “>> Return a string with an expression in a Label”

Post a Comment