Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ecabanas
Creator II
Creator II

Export to txt

Hi guys,

I have to export the data into a file ans "|" separator, as you see in the guidefile,

The QV file attache has the header table and the line table. Does anybody know how could I export it?

Many thank's

Eduard

2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi

You can do this in your back-end script.

make sure you have proper joins to get desired output.

store Table into table.txt(txt, delimiter is '|')

Regards

ASHFAQ

ecabanas
Creator II
Creator II
Author

Hi Mohammed,

I don't understand to you, All I want is to store the heading and lines in same table and save it like a csv, is it possible to do it? I select an orderid from the heading table and with the resultant lines do the csv

Many thank's

Eduard