Replace "Null Value" with "All" in Cascading Parameter #1581
Replies: 3 comments 2 replies
-
Yes, the would be a way to replace it but it is not directly the standard way. But you can change a specific file in 5 lines and you will get "All" but be aware this would be a global change also for your parameter "ComboBox". The way is to change the file "ComboBoxParameterFragment.jsp".
The following file must be comment out: The following line must be added directly below:
With this sequence you replace the standard label "Value Null" with "All". Screen example |
Beta Was this translation helpful? Give feedback.
-
This is fantastic! Thank you! Since this is for a Combo Box parameter, is there anything equivalent for a List Box? |
Beta Was this translation helpful? Give feedback.
-
Nope, I'm good. I only thought because the name of the file was ComboBoxParameter it was only for a Combo Box parameter. You saying that "All" shows in your testing for List Box parameters works then I'm good. "All" doesn't appear in List Box parameters for me after changing ComboBoxParameterFragment.jsp. Maybe because I changed the ComboBoxParameterFragment.jsp in my Report Designer Environment and not in Application Server as you mention in your instructions. |
Beta Was this translation helpful? Give feedback.
-
What is the quickest way to replace "Null Value" with the word "All" in a Cascading Parameter. The example below after selecting an Installation the Employees are listed and BIRT uses Null Value for All. I'm fine with that, but the people who run the report have a hard time dealing with it.
Beta Was this translation helpful? Give feedback.
All reactions