Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Load Fields from Qvd File Based On Selections

Hi,

- I had a table like following code:

Table1:

load * inline[A,B,C,D,E];

- I created a qvd file for table1(Table1.qvd). Now, i want to display all the columns of table1 in the list box for that i written a code like this:

Table2:

load * inline [ Column

                        A

                        B

                        C

                        D

                        E];

- In sheet i taken the listbox with field  " Column " and given Presentaion as " LED CheckBoxes".

Now my task is based on selection in the list box i want to load the created qvd file(Table1.qvd).

For eg:

               If i selected A,B  in the listbox from the Table1.qvd file i should load only A,B columns after clicking the button in the sheet.

11 Replies
jagannalla
Partner - Specialist III
Partner - Specialist III
Author

It is working now.......

I'm attaching my file.

Not applicable

Thank you