Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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

Anonymous
Not applicable
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

Anonymous
Not applicable
Author

Will do!