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.
"---" actually represents a null value in Input Controls.
You could make the Input Control mandatory, and it will remove the null value.