cancel
Showing results for 
Search instead for 
Did you mean: 

Reset Dimension Filter

Former Member
0 Kudos

Hello guys,

i am working on some analysis applications in design studio 1.2 sp2.

There are two dimension filters in -> 1st = Category, 2nd = SubCategory. Is it possible to reset the 2nd level filter when selecting some values on the 1st one? It seems that there is no solution via script?

Thanks

Robert

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

It sounds like you want a cascading filter.

Please see this tutorial:

Tammy

Former Member
0 Kudos

Yes you are right.

The filter works pretty well, but we have a demand to reset the 2nd level filter if you choose another value on the 1st level. Regarding to the document you mentioned - If someone changes the country, every preselected value in filter region or soled-to party have to be withdrawn.

Is this behavior possible?

TammyPowlas
Active Contributor
0 Kudos

Hi Robert - I am not really following your question; I hope another community member can.  Maybe you can use the camera icon to show screen shots?

Former Member
0 Kudos

Hi Tammy,

sorry maybe my english is the reason why you can not follow me. I will explain it with an example. I hope you and the others will better undestand. Here is a screen shot from the tutorial you refferd to.

If you change in this state the country, every preselected value in region and sold-to party shall be deleted. So that these two filters are completely clean.

I tried it via scriting but I did not found a method like this.

Thanks

Robert

Former Member
0 Kudos

Sorry...sometimes it is too easy.

It is not a method for the filter component.

datasource.cleanFilter("DimensionName")

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Robert,

Did you mean datasource.clearFilter("DimensionName")?