Skip to main content
Announcements
You can succeed best and quickest by helping others to succeed. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 
VatsalyaSolanki
Contributor II
Contributor II

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   

2 Solutions

Accepted Solutions
marcus_sommer
MVP & Luminary
MVP & Luminary

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
MVP & Luminary
MVP & Luminary

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 II
Contributor II
Author

@marcus_sommer  Thankyou that worked well.

VatsalyaSolanki
Contributor II
Contributor II
Author

Thankyou @MarcoWedel  that worked well