Save Qlikview table as csv without header

Few months back I’ve needed a way to save Qlikivew table (during reload) to csv/txt file but without the field header (still cant remember the reason for this). But today I’ve saw that someone else is needing this so I’ve decided to solve this. The issue If we have the following script: RawTable: Load * Inline [ id, value 1 , 10 2 , 20 3 , 30 ]; Store RawTable Into CSVOutput.csv (txt); The output CSVOutput.csv file will look like this: ...

May 2, 2015 · 2 min · 341 words