Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,,
i have two listboxes typeA and typeB
i want to hide the non associated values in listbox. how to do vice versa in two listboxes?
Thanks
Sony.
instead of using as filters :
Dim1 and Dim2
Create 2 calculated filters as follow:
aggr(only({<Dim1=p(Dim1)>}Dim1),Dim1)
aggr(only({<Dim2=p(Dim2)>}Dim2),Dim2)
This will work; BUT you won't be able to include these into your set analysis.
I mean, if u have an expression as follow:
Sum({<Dim1>}Measure) : supposed to give back the sum of measure for all the Dim1 Values even if u select one or few values of Dim1
But, with ur new filter, if u use it to make a selection, ur measure will respond to ur filter and thus show only the values u've selected...
Hope that's clear.
The best approach is to convince the one asking you to not show the alternative/excluded values, that this is kind of a "stupid" request.
General tab -> Hide excluded
instead of using as filters :
Dim1 and Dim2
Create 2 calculated filters as follow:
aggr(only({<Dim1=p(Dim1)>}Dim1),Dim1)
aggr(only({<Dim2=p(Dim2)>}Dim2),Dim2)
This will work; BUT you won't be able to include these into your set analysis.
I mean, if u have an expression as follow:
Sum({<Dim1>}Measure) : supposed to give back the sum of measure for all the Dim1 Values even if u select one or few values of Dim1
But, with ur new filter, if u use it to make a selection, ur measure will respond to ur filter and thus show only the values u've selected...
Hope that's clear.
The best approach is to convince the one asking you to not show the alternative/excluded values, that this is kind of a "stupid" request.
**bleep** 😄 I thought this was a qlik sense topic !