Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

Exporting a particular Table in Qlik View Data Model to CSV

Hi There,

How to Export a particular table in Qlikview Data Model to CSV.

Below is my Data Model, I would like to export "DW_MEM_MONTH_EXTRA" Table into CSV.

Anyone, Please help

Thank you!

Purushothaman_0-1650598283856.png

 

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can do this in the script using the statement

Store DW_MEM_MONTH_EXTRA into myfile.csv (txt);

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can do this in the script using the statement

Store DW_MEM_MONTH_EXTRA into myfile.csv (txt);

-Rob