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]