Change the “True” and “False” labels of the boolean parameter

I have a boolean parameter in a business report. If I use this option, it displays the “True” and “False” labels in the options bar. Can I change the values ​​without resorting to another type parameter (integer ie)?

+5
source share
1 answer

Yes, this can be done by setting the available values ​​for the report parameter:

Setting label / values ​​for bool parameter

However, this changes the input from the switches to the drop-down list. Refer to this issue with MS Connect for information about this error, as well as a possible workaround.

+9
source

All Articles