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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Alberto-SDH
Partner - Contributor III
Partner - Contributor III

How to back up Task Reports from a Tabular reporting app

I all,

Im trying to undertand if there is a way to backup the Task Reports of a tabluar reporting app. 

The Qlik documentation said that you can export the app but you can't preserve Templates and Task Reports.

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Reporting/Generate/cloud...

I saw that you can also export templates but I'm not able to find information on how to backup Task reports.

Any suggesetions?

Thank you in advance.

Best Regards,

Alberto

Labels (1)
  • SaaS

5 Replies
Andrea_Bertazzo
Support
Support

Hi @Alberto-SDH 

So far, tasks cannot be exported. But they can be easily recreated once you have users and templates.

You can open a idea in the Ideation program if you need this functionality.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up ! 🙂
Sunilsahu_345
Contributor III
Contributor III

Hi @Alberto-SDH,

From what I’ve seen while working with Qlik Cloud reporting, the current limitation around Task Reports is expected — they’re not included in app exports like templates or app objects.

One approach that has helped in our case is documenting the task configuration (recipients, schedules, filters, and conditions) externally before any major changes or migrations. While it’s not a direct backup, it makes recreating tasks much faster and more consistent.

Also, if you’re managing multiple reports, standardizing templates and naming conventions can reduce the effort needed when rebuilding tasks. Once templates and users are in place, recreating tasks becomes more predictable.

It would definitely be useful if Qlik adds export/import support for reporting tasks in the future, especially for larger environments.

Out of curiosity—are you working with a large number of scheduled reports, or just trying to safeguard a few critical ones?

Alberto-SDH
Partner - Contributor III
Partner - Contributor III
Author

Hi Sunilsahu_345

"Out of curiosity—are you working with a large number of scheduled reports, or just trying to safeguard a few critical ones?"

Yes my customer has a large number of task reports and he want to prevent to loose them.

Alberto-SDH
Partner - Contributor III
Partner - Contributor III
Author

Hi Andrea_Bertazzo,

I made the request in the ideation program.

"they can be easily recreated once you have users and templates"... yes but if you have a lot task reports to recreate, it takes a lot of time even though easy.

 

 

Daniele_Purrone
Support
Support

Hi @Alberto-SDH ,

you can gather information about reporting tasks connected to apps by querying the endpoint

/api/v1/sharing-tasks?limit=100

This is not exactly a backup solution, but at least you'll be able to collect and store all information about tasks.

Daniele_Purrone_0-1779698439414.png


You might even be able to recreate the tasks calling the endpoint with the POST and PATCH methods, but, if even possible,  that will definitely require some dynamic logic.

Otherwise, as my colleague @Andrea_Bertazzo mentioned, I would recommend submitting an idea.

Please, note: the mentioned endpoint has a 100 tasks limit. If you more, you will need to paginate or use the qlik-cli.

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.