Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to schedule a Qlik Sense report and output as .CSV on N Printing

Hi

I would like to generate a report to CSV on N printing. But I can't find any method to do it.

Is it possible to do it on N printing?

Thanks

Felix

1 Solution

Accepted Solutions
jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi Felix,

CSV is not an available output format in NPrinting, however you can do it in Qlik Sense/QlikView. You can prepare data within script and the use the store command:

STORE Table into [Lib://YourFolderConnection/Table.csv](txt);

regards

View solution in original post

1 Reply
jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi Felix,

CSV is not an available output format in NPrinting, however you can do it in Qlik Sense/QlikView. You can prepare data within script and the use the store command:

STORE Table into [Lib://YourFolderConnection/Table.csv](txt);

regards