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

Display Listbox based on $Field Selection Dynamically

Hi Guys,

I need to display the listbox based on the $Field selection. The listbox should display with the order(like $FieldNo). see the below screen shot for reference.

QV_Help1.JPG

ttached the sample file.

12 Replies
settu_periasamy
Master III
Master III
Author

Thank you Jagan.

tresesco
MVP
MVP

So, this way again you have to write 300 expressions for all 300 list boxes.

settu_periasamy
Master III
Master III
Author

No, Just I create 24 Listbox with the expression =$(=SubField(GetFieldSelections($Field, '|'), '|', 1)) to =$(=SubField(GetFieldSelections($Field, '|'), '|', 24)). The End user can select the ListBox based on their need(within 300 Fields.)