We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It is possible to supply JavaScript as a filtering language instead of groovy.
{ "type": "CREATEFILTER", "op": { "name": "stouts", "spec": "javascript", "value": "function(row) { if (row['value'] == 'Breakfast Stout') return row; else return null; }" } },
The Rhino library is used server side compile the java function and apply it.
There was an error while loading. Please reload this page.