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

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

Exporting to CSV + Adding Fields

I need to export a table/straight chart to a CSV file, aslo need to add three more fields (From Date, To date, Percent Discount) to it.

These new three field values would be entered by the user (may be through an input box).

1 Reply
Miguel_Angel_Baeyens

Hi,

You can store the file in TXT format instead of QVD in the load script, but QlikView is not a tool to input data, specially if you use the Ajax interface.

STORE Table INTO File.txt (txt);

Note that your server users will not be able to reload the document unless they are document administrators or have access to the QMC.

Hope that helps.

Miguel