Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
fatih_tomruk
Contributor
Contributor

Store a table into qvd

Dear all,

I have a table and there are extensive expressions in the table. How can I store a table in qlikview?

it is very difficult to write each expression to the script one by one, is there any other way?

#store #table

Labels (3)
2 Replies
Vegar
MVP
MVP

You should be able to do this by using macros in QlikView.

You need to use a function called ServerSideExportEx which allows export from application to HTML, Text, Bitmap, XML, QVD or BIFF (xls-excel). In combination with an trigger this can be automated. 

It's been years since I last did this, so I recommend you to search the Internet for the exact syntax on how to do it.

fatih_tomruk
Contributor
Contributor
Author

Thank you, I will try.

Also 'Binary load' might work too.