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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

trigger support task QlikSense

Is it possible to trigger the support task in Qlik Sense. For example on completion of application refresh, trigger the batch script to export apps and place it an specific folder

4 Replies
vlad_komarov
Partner - Specialist III
Partner - Specialist III

You cannot do it in QS QMC (unlike QlikView's QMC), but you can create a regular Qlik app and use an Execute command in the script to run your BAT file:

Execute ‒ Qlik Sense

Execute C:\Program Files\Office12\Excel.exe;

Execute lib://win\notepad.exe // win is a folder connection referring to c:\windows

There are some limitations with this approach:

This statement is not supported in standard mode. So  You must run in legacy mode (applicable for Qlik Sense and Qlik Sense Desktop).....

If this is acceptable for you, you can trigger this app after your main application's refresh will be completed.

Regards,

Vlad

P.S. When applicable, please mark this answer Correct or Helpful.

Vincenzo_Esposito
Employee
Employee

Yes, you can trigger a task on event base using the QRS API for Example.

Here the Endpoint

Task: Start asynchronous ‒ Qlik Sense

You you prefer a CLI interface to put in a BAT, you can useQlik-CLI

http://branch.qlik.com/#!/project/58b83eb68bc22ec70e8788f3

brindlogcool
Creator III
Creator III
Author

Thanks Vincenzo.

I am trying use the cli. How to connect the QRS api with windows authentication?

Vincenzo_Esposito
Employee
Employee

You can use both, certificate or Windows authentication. You can find further details on the document link shared so far. In your case, since is a process whom have to trigger the tasks, I suggest you to use the Certificates