I am setting up a page what is showing a report. To filter elements by default there is the option to set parameters like:
- params='Name=John&&Doe'
This will show all lines, where the field "Name" contains "John Doe".
But how to search for the value of a decision box? I have tried:
and
but this doesn't have any effect. I receive always all available lines.
Any idea? Thanks for helping.