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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can we export sheet data into MYSql Database.

I have qlikview sheet data which i wanted to export it on to mysql database.

Currently i am exporting sheet data to excel and then from excel i am exporting to Mysql.

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

Instead of exporting to excel you could export to various text-file-formats or (if possible) you creates your data-table within the script and stored it as text-file.

Another possibility could be: https://community.qlik.com/search.jspa?q=write+into+database&type=document

- Marcus