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: 
Not applicable

Export to txt files

Hi,

How do I Control how QlikView exports data to a txt file?

I have an application where I use the Action, Export on a button. In QV9 this produces a CSV file, but in QV11 I receive a tab separated file.

How can I change this?

//K

1 Solution

Accepted Solutions
flipside
Partner - Specialist II
Partner - Specialist II

I'd forgotten about this Export facility, if it's the one I think you're talking about.

On the Action tab, it looks like you need to go to Setup and then specify the output (Save as) type by using the Browse button.

flipside

View solution in original post

4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You can add a qualifier to the file type in the store (much like the load):

     Store Data into myFile.csv (txt, delimiter is ',')

(Although by default, the files I export are comma separated, and I use '\t' to get a tab separated file)

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
flipside
Partner - Specialist II
Partner - Specialist II

I'd forgotten about this Export facility, if it's the one I think you're talking about.

On the Action tab, it looks like you need to go to Setup and then specify the output (Save as) type by using the Browse button.

flipside

Not applicable
Author

Thx, but thats how U do it when using the store function in a script. What I was talking about was eporting from button in the application, a button that the user can use. U add an action (Export) chsoe the filed to e stored and specify the format. In this case MyFile.txt.

//K

Not applicable
Author

Thx, it work and then U change the file extention to .txt if that is what U want.

//K