Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How to get the Qliksnese QMc task name/id using dashboard name in qlik cli.
i have tried below but no luck
qlik app ls --filter "name eq 'Your Dashboard Name'"
qlik task ls --filter "app.id eq 'Your App ID'"
When using qlik-cli with the Client Managed platform, you will want to use the functions under the qrs command. Example:
qlik qrs reloadtask ls --filter "app.name eq 'Operations Monitor'"
When using qlik-cli with the Client Managed platform, you will want to use the functions under the qrs command. Example:
qlik qrs reloadtask ls --filter "app.name eq 'Operations Monitor'"