Hi, I'm trying to add a simple dynamically Calculated Column on a query, but i get this eror
I just want to do something like this : IF BO.ColumnName = 'xxx' then 1 else 0
How do i do this?
Where can I find more about creating calculated columns and what syntax to us in the documentation or in the tutorials?
Evelyn