Prateek Rawat 3 Posted February 28 Share Posted February 28 I have a text area which contains two filters A and B, both are from 2 different filtering schemes and hence if I select something in Filter A it does not impact filter B and vice versa. Is it possible to cascade these filters without filtering the respective visualizations? Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted February 28 Share Posted February 28 Hi Prateek, Yes, that should be possible. Since the cascading part is handled by Document Properties, your Filtering schemes shouldn't matter. You can have a look at these Dr. Spotfire Youtube video's to set up the Cascading part: There are more videos available on Youtube, explaining how to set up Cascading filters. What is important, once you have set up your Cascading part, is to limit your data table (via the Visualization's Properties dialog in the Data tab). Your "Limit Data Using Expression" should look like this: [Region]=DocumentProperty("selectedRegions") and [State] = DocumentProperty("selectedStates") and [City] = DocumentProperty("selectedCities"). Kind regards, David Link to comment Share on other sites More sharing options...
Prateek Rawat 3 Posted February 28 Author Share Posted February 28 (edited) HI David, Thanks for the response, The filters I am using are not property controls but list box filters, so I cannot use the approaches mentioned above. Generally, cascading will happen automatically in case of list box filters, but in my case these are from 2 different filtering schemes. Regards, Prateek Edited February 28 by Prateek Rawat 3 Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted February 28 Share Posted February 28 Hi Prateek, Have a look at the attached example dxp. It may give you an idea how you can use listboxes in property controls. Kind regards, David Cascading listbox.dxp Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now