How do I do an if expression in perspective?

This is what I have but it will not work as intended.

image

Next time post your code using preformatted text. Use an expression binding on your meta.visible property set to this:

if({[default]tagname} = 1, 0, 1)

but even better would be:

!{[default]tagname}
3 Likes

Thanks!