I have created a report that accepts a boolean value as a paramerter. However I wish to present the option as values differrnt than true or false.
So I set up some default values and in my preview window I got a nice drop down containing my custom values. However when I deploy this to my server the nice drop down is replaced by the default radio button with the values True or false.
How can i get the custom values to work on the server?