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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List box dispaly names in Current selection box

Hi All,

I have one requirement in my dashboard report i want to show filter display values in current selections:

Sce:

Directory;

LOAD  id,

     FirstName,

     LastName,

     City,

     if(id>=10,1,0)as item_id,

     Item_Flag ,

     [Products Sold]

    

FROM

Qlikview\CustomerInfo.xls

(biff, embedded labels, table is Sheet1$);

Here my main question is that when i select "item_id" from filter by default original values should be display in current selections box.

(i.e if i selected item_id =2 from filter then by default in current selection Item_Flag value "Yes" should display.

Please let us know how to proceed.

0 Replies