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

Can I generate QVX files from Qlik Sense

Hello All,

I want to understand if I can generate a QVX file using Qlik Sense or not? If Yes than seeking guidance on how to do it.

Problem Statement:

I have a table in my Oracle SQL Server for which I need to create a QVX

Thanks,

Ankit

1 Reply
ToniKautto
Employee
Employee

Load data from your source into Qlik Sense. Store the table from Qlik Sense into QVX file.

For example...

Characters:

Load Chr(RecNo()+Ord('A')-1) as Alpha, RecNo() as Num autogenerate 26;

STORE Characters INTO [lib://MyFolderConneciton\Characters.qvx] (QVX);