Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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