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

How to create a dynamic listbox in qlikview based on the selection in another listbox

i need to show two fields in same listbox based on the selection of another listbox.

for example, for a selection of "record wise data" in listbox A, i need to display "record column" field values  in Listbox B.

listbox A:

Recordwise Data

Unique ID wise Data

 

listbox B:

record column

ID column

 

1 Reply
ChennaiahNallani
Creator III
Creator III

Create an Inline table with list box A files

Ex : load * inline [ 

_FieldName

record wise data

..

......

];

and in UI

Create list box A with FieldName

in list box B if(Getfieldselect(_FieldName)='record wise data',recordcolumn)