following this documentation https://docs.tibco.com/pub/sfire_dev/area/doc/api/TIB_sfire_Web_Player_JavaScript_API_Reference/html/M_spotfire_webPlayer_Filtering_setFilter.htm There exists the `getFilteringScheme`, `getFilter` and `setFilter` methods, but no `setFilteringScheme` method. To allow this functionality to work properly in DXPs with multiple filtering schemes, there needs to be the ability to set the filtering scheme. Without the ability to set the filtering scheme we can not use this function on dashbaords with multiple filtering schemes
Using this method allows you to specify what filtering scheme you are interested in: https://docs.tibco.com/pub/sfire_dev/area/doc/api/TIB_sfire_Web_Player_JavaScript_API_Reference/html/M_spotfire_webPlayer_Filtering_getModifiedFilterColumns.htm
This would help us a lot when building new dashboards.
Would solve a lot of issues we have with filtering schemes
this would be a big help to us for sure, cant believe it hasnt come up already.
Should allow programmatically to select from filtering schemes if more than one exists. The default scheme most of the time is not what is needed so setFilteringScheme should allow to set one needed