This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/
The GetFiltersData
command is passed through rs.aspx via an AjaxRequest. This returns JSON formatted data related to the filters included in the reportSet. It can be used to identify and display filter information on the web page.
Here is the AJAX call to use:
AjaxRequest('./rs.aspx', 'wscmd=getfiltersdata', GotFiltersData, null, 'getfiltersdata');
Here is the hierarchy of the object keys sent back:
GotFiltersData is a callback method that takes two parameters. The first is the returnObj and the second is the id of the called method (getfiltersdata).
Last edited by Joseph Adams, 2014-06-18 11:50:51