Hi All,
I have a field Class, Data as A, B, C, D
And a project can have any one class or multiple.
Class is not a Boolean, its just a string value.
Now if my project has Class A
How do I display as Yes and if it does not have Class A then NO
This is how I tried, but it gave opposite results.
If ({Query1.Class}) = 'A' then 'Yes' Else 'No'
But my project had a Class A and still it displayed No.
It displays anything that I write in Else '
Please suggest what is going wrong here.
Thanks
I have a field Class, Data as A, B, C, D
And a project can have any one class or multiple.
Class is not a Boolean, its just a string value.
Now if my project has Class A
How do I display as Yes and if it does not have Class A then NO
This is how I tried, but it gave opposite results.
If ({Query1.Class}) = 'A' then 'Yes' Else 'No'
But my project had a Class A and still it displayed No.
It displays anything that I write in Else '
Please suggest what is going wrong here.
Thanks