Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.