Hi all,
We are using DS 1.5 SP0, and we have a scenario where the Filter Line / Filter Panel components are not clearing filter values when then have been applied in script.
We are using a chart to filter a big data set, now the filters are applied using DATASOURCE.setFilter(CHART.getSelectedMember(DIMENSION)); this filter is moved to the filter line correctly (as shown below).
When you remove the filter (in this case vendor), you see the entire data set (in this case it is only test data).
However when you try and now filter on something other than the vendor selected in the chart, you can only see the original vendor and not any other filter options.
We have tried tying a .clearAllFilters() function to a button in an effort to clear the entire data source, however this also does not fix the issue.
Has anyone else experienced these issues and found any work around for it?
Thanks in advance!
Phil