How to change the null label in input controls from "---" to "ALL"?
The input control is combobox, single value select query.
How to change the null label in input controls from "---" to "ALL"?
The input control is combobox, single value select query.
you can create variable and put this parameter in. Then use replace on the input parameter where you change value of input parameter from "---" to "ALL". After all use this variable instead of input parameter.
hope this help :)