Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Day Qlik Community,
I would like to know if it is possible in Qlikview to link a ListBox to only 1 Object and it should remain on one selection?
Kind Regards,
Sanjeev
Hi,
You have to use set analysis for this on charts and apply filter for the list box selection by avoiding the selection and by bypassing the selection like Year=, Month= in set analysis syntax. And for single selection use always on selection option in object properties.
HTH
Thanks & Regards
Thanx Anand. I will try that.
See also Alternate States, which are another scope of the data. Therefore you may have on the same sheets charts with the selection1, another chart with selection 2
You create your Alternate State (Document Properties/ General Tab / Button Alternate State)
You create your ListBox linking it to the just created Alternate State
Create your chart and link it to the alternate also. If you want to link one single dimension (as far as I understood), perhaps do not: use rather the set analysis: sum({<$YEAR = [Your Alternate State]::YEAR<} YourMeasure), so that you get only YEAR from Alternate State
Fabrice
There is a work around for this. Just create an Alternate state., after doing so go to Properties of both the ChartObject and the ListBox and select this new state. Now whatever you select from the ListBox will only affect the ChartObject.
To set the alternate state, go to Settings > Document Properties > General tab > Alternate States > Click 'Add' and name your state. Then you will have the option to set which state you want to use in your list box, chart, etc.