I have a field that I just want to show it according to my condition.
For example: If a specific status comes, then I show another column, otherwise not.
I tried this and it didn’t work:
ifelse({cod_stt} = 3, diff_days, ‘0’)
The “diff_days” field is a string field that already comes in my query.
I tried using the “ifelse” and “switch” commands, but it didn’t work.
Thanks