Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We recently upgraded our Dev environment to Qlik Sense September 2020.
We want to use the publish bookmark feature where users could make their bookmarks public.
Is there a way for Qlik Administrators to approve them and make them part of the public bookmarks? This would ensure the bookmarks follow wherever you duplicate it, etc.
I've found ways using this page https://support.qlik.com/articles/000079273 but I would like to know if it's possible without doing all the extra steps, similar to approving a duplicated sheet.
Hello @MichelLalancette
"Approve" is currently not available in the UI for bookmarks.
It's only possible with the Engine API at this time.
{
"handle": 1,
"method": "GetBookmark",
"params": {
"qId": "38adc863-8288-4957-80ed-5608df2d2c71"
}
}
{
"handle": 2,
"method": "Approve",
"params": {}
}