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

649 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 best solutions below

0
On

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

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

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