Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
VatsalyaSolanki
Contributor III
Contributor III

Listbox based on Selection

I have a list box which contains all the fields of a table ($Field is used in Listbox Field), now I want another listbox which should display all the data of the field which is selected in the first listbox. Kindly help me to achieve this output.

QlikView   

Accept as answer, if the solution works for you.
2 Solutions

Accepted Solutions
marcus_sommer

Maybe with: =$(='['&GetFieldSelections($Field)&']')

View solution in original post

MarcoWedel

 

maybe using

=$(=$Field)

as ListBox expression:

 

MarcoWedel_0-1679949779935.png

 

MarcoWedel_1-1679949790521.png

 

MarcoWedel_2-1679949799769.png

 

MarcoWedel_3-1679949851538.png

 

View solution in original post

4 Replies
marcus_sommer

Maybe with: =$(='['&GetFieldSelections($Field)&']')

MarcoWedel

 

maybe using

=$(=$Field)

as ListBox expression:

 

MarcoWedel_0-1679949779935.png

 

MarcoWedel_1-1679949790521.png

 

MarcoWedel_2-1679949799769.png

 

MarcoWedel_3-1679949851538.png

 

VatsalyaSolanki
Contributor III
Contributor III
Author

@marcus_sommer  Thankyou that worked well.

Accept as answer, if the solution works for you.
VatsalyaSolanki
Contributor III
Contributor III
Author

Thankyou @MarcoWedel  that worked well

Accept as answer, if the solution works for you.