You can actually already do this using security rules, for example the below will allow users to see other users bookmarks and stories if they prefix it with "SHARED" :
((!resource.App.stream.Empty() and resource.App.HasPrivilege("read") and (resource.objectType = "bookmark" or resource.objectType = "story") and resource.name like "SHARED*" and (resource.app.owner.group="User Group" ))
Although it would be nice to have an in built functionality to share without needing these sorts of rules.
You are correct. I should have referenced this one: https://community.qlik.com/t5/Qlik-Sense-Enterprise-Ideas/Bookmarks-share-by-link-url-or-on-page/idi...
Actually, I meant to close that one and keep this one (yours) open. I will keep things as they are since I have received a few comments about closing items with more "likes" than the ones staying open. In general, we like to keep the oldest reference of a duplicate open. This encourages people to search for an idea prior to submitting an idea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.