Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
liamdelee
Contributor II
Contributor II

Python export into .QVX files

hi

I am looking for a way to export data into the .QVX format using Python, to then import them into Qlikview. I don't want to work with a intermediary database to keep costs low and so be able to save this QVX file in a low cost storage for compliance reasons.

Does anybody have any idea about this?

I tried looking stuff up but the only thing i found was one in javascript. I also looked at making my own connector but all is written in C# so python will not be an option (except if written in C++ it will be almost impossible).

If anybody has any idea or link i could use let me know please!

thanks in advance

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

AFAIK there´s no python lib to export to qvx.

But you can create your own using this docs QlikView QVX File Format

View solution in original post

4 Replies
Clever_Anjos
Employee
Employee

AFAIK there´s no python lib to export to qvx.

But you can create your own using this docs QlikView QVX File Format

liamdelee
Contributor II
Contributor II
Author

hi

Thanks for your response and the documentation.

Will try building my custom connector then.

Clever_Anjos
Employee
Employee

When you have success, if you want please collaborate it into github or similar, it would be very useful for everyone

liamdelee
Contributor II
Contributor II
Author

Will do!