I am using Jasper server to create filters for reports. Data source is MongoDB.
I have 4 multi-select filters. In 1st filter, selection is mandatory. While the other 3, input is optional.
Now, condition is even when user does not select any value from optional filters, the report must be displayed taking all possible values of non-selected filters.
When user selects any value from other filter then those filters should perform AND condition on it.
I have created all filters but struggling with filtering conditions. Can anyone help me create conditions on filters?
0 Answers:
No answers yet