Jspersoft, How to change the null label in input controls from "---" to "ALL"?

621 views Asked by At

How to change the null label in input controls from "---" to "ALL"?

The input control is combobox, single value select query.

2

There are 2 answers

0
Neil On

"---" actually represents a null value in Input Controls.

You could make the Input Control mandatory, and it will remove the null value.

2
droben On

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 :)