Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
I dont find proper action to do this is there any alternative.?
As customer not interested in extensions
Not an a action.
A trigger that is being 'pulled' on selection
Like in QlikView was possible:
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