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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Safae1
Contributor
Contributor

move data from qlik sense

is there a way to extract or move my data from qlik sense using qlik sense data model or qlik sense script !!! 

3 Replies
Andrea_Spinetti
Former Employee
Former Employee

Hi @Safae1, what do you mean by moving your data? Generally, you can export tables in the script to QVD, CSV, or text file format using the STORE command. You can also export the data directly from charts and tables in the front end to Excel by right-clicking the chart or table and selecting the export option. 

If you think I have misunderstood your request feel free to add further details so I can better assist 😊

If the issue is solved please mark the answer with Accept as Solution.
Safae1
Contributor
Contributor
Author

hy @Andrea_Spinetti  thanks for your reply, 

i have the qlik sense script that load csv files and do many data transformation  it gives a data model with many tables well i dont understand the qlik sense script language but i need those data transformation to use them in another platform 

*is there any platform that understand qlik sense script language  or format the script in python for exemple or another language 

* i found that there is a connection with postgresql but in one way from postgres to qlik sens but for me i need to send data from Qlik sense to postgres 

Andrea_Spinetti
Former Employee
Former Employee

Hi @Safae1, if I got your request right I would say that the best solution is still to export the tables using the STORE command in the data load editor and then, move your data wherever you need. This is because, as a BI tool, Qlik Sense is supposed to be used for discovering insights from various data sources rather than building data models to be used anywhere else if not within the tool itself.

If the issue is solved please mark the answer with Accept as Solution.