Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to export file txt with custom format

Hi everyone,

I wanna export my table chart to file txt on the server. The data will show the following format:

data a; data b ; data c; data d; data e.

data asub; data bsub; data csub; data dsub; data esub.

But it export file txt with wrong formart like this :

Capture.PNG

Can anyone help me to export to file txt with  " ; " formar and it will Self-downloaded file txt , please ?

I have attached file to easy help me!

Thank in advance.

1 Solution

Accepted Solutions
qlikviewwizard
Master II
Master II

Hi kirkleehuang

It is not possible to do this through Access point. Hope this will help you.

View solution in original post

7 Replies
Gysbert_Wassenaar

Right click the table, choose the Export option from the context menu and select as Save as Type the option Semicolon delimited (*.skv, *.txt).

The Export action can only export to comma separated values. There are no options to change the delimiter. If you still want to export using a button you'll have to write macro code to do that.


talk is cheap, supply exceeds demand
qlikviewwizard
Master II
Master II

Hi,

Add the below syntax in script.

store mytable into myfile.CSV (txt);

Anonymous
Not applicable
Author

hi qlikviewwizard‌,

Thank you.

I can export to file txt in Desktop. But I cant do this in the Server when I open qlikview file in web browser ( Qlik Access Point ).

Can you give me another solution,pleasse?

qlikviewwizard
Master II
Master II

Hi kirkleehuang

It is not possible to do this through Access point. Hope this will help you.

Anonymous
Not applicable
Author

hi gwassenaar‌,

Thank you so much but I wanna export file to txt when I open file in the web browser ( Qlikview Access Point) .

I just have only 2 choices in the Qlikview Access Point. Untitled.png

Could you please help me other way ??

Anonymous
Not applicable
Author

Hi qlikviewwizard‌,

ya, Qlikview Access Point support 2 ways to export file. Thank your answer

qlikviewwizard
Master II
Master II

‌hi lee please select correct and helpful answers, and close the thread.