Keychain expressions in Text property

Within my report, I want to change any 0 to a “-”. However, I cannot get the keychain expression to work. Is this even possible on the Text property?

@myKey=0?”-”:myKey@

A single = is not the operator you want for comparison. == is what you want.

Manual link to Operators and Functions:

2 Likes

Thank you. I can’t believe that I missed that.

(post deleted by author)