Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jrl
Contributor II
Contributor II

Export and Save .csv through Access Point

Is it possible to use the Export action item to save a .csv file?  I'm working through the Access Point so macros are not an option.  I have built a button that uses the 'Export' function and it can create the .csv, but it only seems to open it in another window as opposed to saving it to the desired location.  Any thoughts?

5 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

When using the server with browser, you can use the ServerSideExport API call in a macro to do the trick.

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com

jrl
Contributor II
Contributor II
Author

Unfortunately macros are not an option because we're using an AJAX plug-in
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can still use macros with Ajax, you just have to make sure to use the correct API calls. Hence the ServerSIdeExport recommendation. You'll need to use API calls that run on the server, not the client.

-Rob

Brett_Bleess
Former Employee
Former Employee

Just wanted to provide the API Guide for QlikView to you in case you decided to check out the API Rob mentioned.

QlikView API Guide QVW 

I am not quite sure what is not working for you regarding the Export action, which is what I think you are using, here is help link on that:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Button2.htm#anc...

Click the Add Action Dialog link on the right side to jump down to the Actions area and scroll down until you see Export.  Sorry for the confusion on my part.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
Larry_blacc
Contributor
Contributor

Hello,

Please I have thesame issues. I have the Qlikview client side access.
Using API requests, I am able to login and load the report but I don't know how to export the report as csv.

Can someone help with this, please? Maybe point me in the direction of the API document to achieve this, again it is from the client side.

Thank you.

Screenshot 2024-01-18 at 11.50.18.png