Trying to use templates on the custom text field, but it is not working as I want.
I have a custom column (#completed) with 2 possible values (In-Progress, Completed).
What I want to do is make the "In-Progress" value appear on the cover, but not the "Completed".
If I try to use contains(pattern, text if match, text if not match), it gives me error.
If I just use {#completed} it works, but doesn't solve my problem, because then the "Completed" value will end in the cover too.
Someone has suggestions on how to achieve this?
|