How to create a Task using a Qlik Supporting App (with example)?
FIRST CREATED ON 12 Mar 2026 I AUTHOR Emma Camacho
The following screenshot is the Supporting App created to manage the Sales Reps recipients. Here you can find the Supporting Excel file to create this
Supporting App Supporting App Example.
the Task looks like this:
Now let's expand the actions:
vMonth
Date.Now.Addmonths(-1).Month
vYear
2016
Date.Now.DayOfWeek.ToString()
[Datasource].[Supporting App].[Field].[FlagEmail] = 1
Subject: "M&D Demo | "& Date.Now.DayOfWeek.ToString() & " Sales Report for "&[CycleValue].[current Sales Rep]
Body: "Dear " & [CycleValue].[current Sales Rep] & "<br><br>" &
"Here is your Sales Report for the period " & [LocalVariable].[vMonth] &"/"& [LocalVariable].[vYear] & ".<br><br>" &
[ReportDocument].[Body].[HtmlBody] &
"kind regards, Emma"
Name: [CycleValue].[current Sales Rep]
Expression: [Datasource].[Supporting App].[Field].[Email]
Looking for Additional Guidance?
If you require more detailed information or further assistance, please visit our comprehensive Online Documentation. Our resources are designed to help you navigate all features and functionalities effectively.
Related Articles
How to create a Task using a PowerBI Supporting Report using SQL queries (with example)?
FIRST CREATED ON 13 October 2025 I AUTHOR Emma Camacho Following the example How to create a Word report using PowerBI as a data source in Mail & Deploy (with example)? we are ready to send the Reports to the Store Managers. The following screenshot ...
How to create a Task using a PowerBI Supporting Report using DAX queries (with example)?
FIRST CREATED ON 23 October 2025 I AUTHOR Emma Camacho Following the example How to create a Word report using PowerBI as a data source in Mail & Deploy using DAX queries (with example)? we are ready to send the Reports to the Store Managers. The ...
Supporting App Example
FIRST CREATED ON 11 Mar 2026 I AUTHOR Emma Camacho Attached to this article is an Excel file that can be used to create a Supporting App and together with the Qlik Demo App Executive Dashboard you can follow the sample Reports and Tasks in the ...
Supporting Report Example
FIRST CREATED ON 21 Apr 2026 I AUTHOR Emma Camacho Attached to this article is an Excel file that can be used to create a Supporting Report and together with the PowerBI Demo Report you can follow the sample Reports and Tasks in the Knowledge Base. ...
How to use Save Content To Download Cache Action and the Download service (with example)?
FIRST CREATED ON 23 Apr 2026 I AUTHOR Emma Camacho The first thing to do is to add a Download Service. In the Management Console go to Settings > Server > Service Endpoints > Create Endpoint to add it. In this example, the name of the Service is ...