Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
MichelLalancette

Approving published bookmarks

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.

Labels (4)
1 Reply
Damien_V
Support
Support

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": {}
}

 

If the issue is solved please mark the answer with Accept as Solution.