I have a query that returns a large number of fields of data type "bit". I would like to display those on my report using text different from the default "True" or "False". The BOL has proven useless on this question.
I have tried this:
but the compiler barked at me.
I know that I could rewrite my query, but I am hoping for a better solution. Help, please?
Dave Gee
I have tried this:
Code:
=if(Fields!bitvar,"Y","N")
I know that I could rewrite my query, but I am hoping for a better solution. Help, please?
Dave Gee