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: 
avinashelite
MVP
MVP

Current Selection Box and Alternate State

Hi Friends,

I have 2 list boxes, for 1 have applied Alternate state and other on e is in default state. My requirement is, we need show both the selection in Current selection box. How to achieve this ??

Labels (1)
5 Replies
ali_hijazi
Partner - Master II
Partner - Master II

in one Current Selection box you can't

you need to add 2 Current Selection box and give each the appropriate State to reflect the selection of the respective state

I can walk on water when it freezes
avinashelite
MVP
MVP
Author

Hi Ali,

Using two current selection I can achieve this but do we have any way to combine it in a single current selection box??

using 2 current selection box will not sever my requirement

ali_hijazi
Partner - Master II
Partner - Master II

then you need some kind of custom current selection box

try a text box: and put in it concat({group1}distinct your_field,',') & concat({group2}distinct your_field,',')

it will be like inventing the wheel though

I can walk on water when it freezes
ashfaq_haseeb
Champion III
Champion III

Hi Avinash,

Check if this helps

http://community.qlik.com/docs/DOC-7119

Regards

ASHFAQ

avinashelite
MVP
MVP
Author

Hi Ashfaq,

I Checked the link, its not inline with my requirement. Any other solution.