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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

Storing data into EXCEL

Hello

i use this script

tab:

LOAD AGENCE,

    Segment,

    SEGMENT,

    Ref_indicateur,

    Indicateur

FROM

(qvd);

STORE tab into C:\Users\04488\Desktop\Vision\tab.csv(txt);

STORE MyTable into C:\Users\04488\Desktop\Vision\tab.xls (txt);

i need to store data in excel file, with the function store ,


PS: large data

1 Reply
prieper
Master II
Master II

There is no script-support to do so.

.txt-files are recognized by Excel, but anyway limited to some 1 Mio rows (xlsx).