Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Export table to TXT by loops without headers

Good evening!

I've read much articles about export QV objects into txt files using macro.

But QV load script have possibility to store tables into txt.

I have one simple table, which i need to save into some files without headers, it works not correctly using such operator:

STORE Source into Test.txt (txt);

Could anyone say how to remove headers in storing data process?

Also i need to store my source table into several files using loop by some field of my source table,

for example, it must be DataType field.

In result i need to get 2 txt files with DataType names without headers with such data:

A.txt

 

1
2
3
4
5
6

B.txt

 

7
8
9
10

Is it possible to implement in load script?

Thanks.

1 Solution

Accepted Solutions
2 Replies
marcus_sommer

Anonymous
Not applicable
Author

Thanks!

This also the same task: https://community.qlik.com/docs/DOC-16853