Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Manni_SM
Creator
Creator

clear selections

Hi @Vegar  @rubenmarin  @robert_mika 

i hvae two filter panes

first filter pane is list of all fields in my table

exp used in first filter pane

=IF($Field = 'AC' or $Field = 'PC' or $Field = 'UA', Null(), $Field)

 

in second filter it will display selected filed values  

exp used in second filter pane

='['&$Field &']'

 

so now customer is selected one filter  and corresponding values showing 

requirement is when customer select second field in  first filter - previous selection should clear  

is this posisble? 

 

4 Replies
robert_mika
Master III
Master III

Not sure here but you probably need a trigger on Change which was available in Qlik View...

or extension like MenuChart...

Otherwise button to clear the filter then the next selection

Manni_SM
Creator
Creator
Author

I dont find proper action to do this is there any alternative.?

 

As customer not interested in extensions

robert_mika
Master III
Master III

Not an a action.

A trigger that is being 'pulled' on selection

 

Like in QlikView was possible:

https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Document_Properti...

Vegar
MVP
MVP

You will only want one value to be selected at any time. Any time you make a new selection it should replace the old one?

 

You should look at the always one selected value property that you can set on a dimension. 

Sehttps://help.qlik.com/en-US/sense/May2025/Subsystems/Hub/Content/Sense_Hub/DataSource/select-single-value.htm