Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

search table based on the given values and export to excel.

Please help, I need a macro that will search the table and filter out the set value (example can be seen in the image), for example: we have a table with a variety of fields ("a", "b", "c", "d" "e" ...) and exported to excel data only 1 of "a", and the same for "b", etc.

I hope you understand, thank you in advance for your help.

2 Replies
trdandamudi
Master II
Master II

May be like this,,, ( I used the code which is shared on this community to put this sample for you)

Once you select the key in the list box click on the button "Export" and it will export the data into Excel. Hope this will guide you in the right direction.

Not applicable
Author

Thanks a lot, I will try