When selecting data to filter, a new function was added recently for adding user defined groups (add group)
Is it possible to save the group? Or define it in API?
Hello Paul,
Thank you for the question.
The groups are a part of the report configuration.
So, you can save them using Save
button in the toolbar, or use getReport()/setReport()
API calls.
Please take a look at the following sample - http://jsfiddle.net/flexmonster/u0wsek2a/
Does it work for you?
Regards,
Ian