Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
RSvebeck
Specialist
Specialist

STORE INTO - as XML?


Hi

Need to store a table in XML for use in another external system. This must be done in the QV script, (so no macro solutions please)... 🙂

I have tried doing this for example:

STORE customer INTO D:\Qlikview\TEMP\tb.xml (XmlSimple, Table is [StraightTableBox/customer]);

STORE customer INTO D:\Qlikview\TEMP\tb.txt (txt, delimiter is '/t');

The file tb.txt has content, while the file tb.xml is just blank.

What is the correct syntax? Or is it not possible?

Brg

Robert

Svebeck Consulting AB
1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

Sorry, but it is not possible. QVD and TXT are the only output formats from the Store command.

HIC

View solution in original post

3 Replies
hic
Former Employee
Former Employee

Sorry, but it is not possible. QVD and TXT are the only output formats from the Store command.

HIC

RSvebeck
Specialist
Specialist
Author

Ok, pitty. But thanks for a quick reply Henric!  /Robert

Svebeck Consulting AB
Not applicable

We are working on the same thing.  In the next version of BIReport, they may have this option available.  I am in talks with BIReport about this now.