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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sakshikaul
Creator II
Creator II

All Possible values to be shown in current selection object

Hi,

When I select Filter as dealer code 30109 then all possible values get selected on other filters too ie city as kolkata, brand as Audi and etc..(see fig 1)

I want that all these possible(city-Kolkata,brand-AUDI and etc) and selected values (Dealer code - 30109)should be seen as a filter(In print  document) when I will click on print option. Please check fig 2 . In fig 2 only selected filter can be seen . I want possible values also to get selected also with selected filter.

fig 1

sakshikaul_1-1589438871951.png

fig 2

sakshikaul_2-1589439057530.png

 

 

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer
MVP
MVP

Take a look to getcurrentselections()

- Marcus

View solution in original post

4 Replies
agigliotti
MVP
MVP

you could use something as below:

=concat(DISTINCT fieldName, ';' )

in a text object

for each of your fields (ex city, brand, etc)

I hope it can helps.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
sakshikaul
Creator II
Creator II
Author

Hi,

You meant to say I need to create individual text box for each filter?

agigliotti
MVP
MVP

Yes, to me is the only way to show all possible field values.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
marcus_sommer
MVP
MVP

Take a look to getcurrentselections()

- Marcus