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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
miran
Contributor II
Contributor II

Export Selected filters along with data into a excel sheet

Hi,
I am trying to export the selected filters along with data into an Excel sheet. I found this is possible with PDF and Image export.

Please let me know whether this option is possible or not. If possible how can I achieve that?

4 Replies
cisemgul
Contributor II
Contributor II

Hello,

You can use the GetCurrentSelections() function. Add another dimension to the table and use the GetCurrentSelections() function.

https://help.qlik.com/en-US/qlikview/May2023/Subsystems/Client/Content/QV_QlikView/ChartFunctions/Fi...

miran
Contributor II
Contributor II
Author

Thanks nirefraty123.

I've tried this extension.

miran
Contributor II
Contributor II
Author

Thanks Cisemgul.

I've tried your solution and it was working fine.

ar5
Partner - Contributor III
Partner - Contributor III

Can you share how is it possible with PDF and Image export? Which API are you using?