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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
mblasko
Contributor
Contributor

How to Combine Slides into One PPT output

Hello,

I have current process for Automation which is looping "MARKET" dimension and creating separate PPT file for each market and sends it out to me in 15 separate emails.

What I need is to merge these outputs into a single PPT file and sent to me via 1 email only. I was told that function "Loop and Reduce" would work, do you have any suggestion how should I amend my current process please ? 

Current Process: 

mblasko_0-1761138361369.png

 

Many thanks in advance for your suggestions. 

 

Labels (4)
1 Reply
jamesmick
Contributor II
Contributor II


@mblaskodollar tree compass wrote:

Hello,

I have current process for Automation which is looping "MARKET" dimension and creating separate PPT file for each market and sends it out to me in 15 separate emails.

What I need is to merge these outputs into a single PPT file and sent to me via 1 email only. I was told that function "Loop and Reduce" would work, do you have any suggestion how should I amend my current process please ? 

Current Process: 

mblasko_0-1761138361369.png

 

Many thanks in advance for your suggestions.  kroger feed

 


You can export the Base64-encoded file from Qlik Automation and then use a GitLab API call (e.g., Create File endpoint) to push it into a repository. Decode the Base64 before committing if you need a readable file. Ensure your GitLab token has the right permissions for the target project.