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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan
MVP
MVP

excel file generation from qlikview and distribution

Dear All,

Does any one have macro to generate excel file automatically and will split into multiple files as

per dimensions and this excel files should be distribution should happen by mailing with conditions.

please help to achive the same.

Regards

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Labels (1)
2 Replies
Not applicable

Hi,

I'm not sure if that will do all the tasks you mentioned, but I suggest you use the script syntax (assuming you have QV11) - notice the (txt) suffix, which enables you to export a comma delimited file, automatically from the script):

store your_table_in_the_script into your_csv_file.csv (txt);

Now, embed this syntax in a for loop, which will scan your_table_in_the_script few times, each time with a different value in the where clause.

Hope it helps,

Yigal

whiteline
Master II
Master II