Jump to content

How to cascade filters from different filtering schemes?


Prateek Rawat 3

Recommended Posts

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

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

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 by Prateek Rawat 3
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...