Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is there a way to extract or move my data from qlik sense using qlik sense data model or qlik sense script !!!
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 😊
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
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.