Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
everest226
Creator III
Creator III

Qlikview Listbox selection

requirement is i have load a excel tables in qlikview it has more then 200 rows , i want to display all row or table as Y so the listbox has only Y and if i select Y it will select all values from another listbox or table.

i am doing this  for easy use in nprinting filter field selection rather then selecting all name from list box i want to only select Y which will reflect all names

gwassenaar

@mohanrao

thanks

1 Solution

Accepted Solutions
robert_mika
Master III
Master III

Try:

if( Not isNull(Yourfield),'Y') as Ylistbox

View solution in original post

3 Replies
robert_mika
Master III
Master III

Try:

if( Not isNull(Yourfield),'Y') as Ylistbox

everest226
Creator III
Creator III
Author

Thanks robert_mika

I tried

load ------------ AS User,

'Y' as flg

FROM tablename

Not applicable

everest226‌ it works