Hello,
Is there is a means of converting a filter/sort/group query string (i.e. filter: "(Auditor~startswith~'John'~and~Company~contains~'Transport')") to a filter object that can be added via the dataSource.filter() method? I know of the parameterMap method that converts from object to string, but I'm interested in converting from string to object.
Any help would be greatly appreciated.
Thanks,
Garrett.
Is there is a means of converting a filter/sort/group query string (i.e. filter: "(Auditor~startswith~'John'~and~Company~contains~'Transport')") to a filter object that can be added via the dataSource.filter() method? I know of the parameterMap method that converts from object to string, but I'm interested in converting from string to object.
Any help would be greatly appreciated.
Thanks,
Garrett.