<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Everyone can see everyone's personal bookmarks in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Everyone-can-see-everyone-s-personal-bookmarks/m-p/1822143#M67416</link>
    <description>&lt;P&gt;Did you ever get a resolution to this? I'm having the exact same problem. It's all or none situation and I cannot figure it out.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jul 2021 14:34:42 GMT</pubDate>
    <dc:creator>tandrisani</dc:creator>
    <dc:date>2021-07-14T14:34:42Z</dc:date>
    <item>
      <title>Everyone can see everyone's personal bookmarks</title>
      <link>https://community.qlik.com/t5/App-Development/Everyone-can-see-everyone-s-personal-bookmarks/m-p/1730407#M55699</link>
      <description>&lt;P&gt;We have a scenario where everyone can see everyone's bookmark.&amp;nbsp; We want users to only see bookmarks that the specific user created and also be able to view the "base" bookmarks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We don't want users viewing other user's personal bookmarks.&amp;nbsp; I attempted the suggestion found in the following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000034667" target="_blank"&gt;https://support.qlik.com/articles/000034667&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which included modifying the "stream" rule to be as follows&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(resource.resourcetype = "App" and resource.stream.HasPrivilege("read")) or ((resource.resourcetype = "App.Object" and resource.published ="true" and resource.objectType != "bookmark" and resource.objectType != "app_appscript" and resource.objectType != "loadmodel")and resource.app.stream.HasPrivilege("read"))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however, this caused the "base" bookmarks to also be hidden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 19:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Everyone-can-see-everyone-s-personal-bookmarks/m-p/1730407#M55699</guid>
      <dc:creator>JonAccent</dc:creator>
      <dc:date>2020-07-23T19:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Everyone can see everyone's personal bookmarks</title>
      <link>https://community.qlik.com/t5/App-Development/Everyone-can-see-everyone-s-personal-bookmarks/m-p/1822143#M67416</link>
      <description>&lt;P&gt;Did you ever get a resolution to this? I'm having the exact same problem. It's all or none situation and I cannot figure it out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 14:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Everyone-can-see-everyone-s-personal-bookmarks/m-p/1822143#M67416</guid>
      <dc:creator>tandrisani</dc:creator>
      <dc:date>2021-07-14T14:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Everyone can see everyone's personal bookmarks</title>
      <link>https://community.qlik.com/t5/App-Development/Everyone-can-see-everyone-s-personal-bookmarks/m-p/1892381#M73556</link>
      <description>&lt;P&gt;I resolved this issue by making&amp;nbsp; bookmarks in this way. I created a role which states on the bottom line what the resource name must begin with in ordered to be shared. In this case, if the resource starts with "Imperial" then everyone with this role attached can see the &lt;STRONG&gt;Imperial xxxx&lt;/STRONG&gt; bookmarks&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ElsKnockaert_0-1644823962959.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72191iA447994D5FD1AB84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ElsKnockaert_0-1644823962959.png" alt="ElsKnockaert_0-1644823962959.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(user.roles="Imperial_All_BookmarkSharing" and resource.App.HasPrivilege("read") and (resource.objectType = "story" or resource.objectType = "bookmark" or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark") and (resource.name like "Imperial*"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a user should be able to see, for instance multiple shared bookmarks, then you can make another one and add this role again to the user. By adding a role that also shares resources with a name beginning with&amp;nbsp;&lt;STRONG&gt;Retail,&lt;/STRONG&gt; this user is able to see all made bookmarks beginning with&amp;nbsp;&lt;STRONG&gt;Imperial&lt;/STRONG&gt; or&amp;nbsp;&lt;STRONG&gt;Retail&lt;/STRONG&gt;. And so on. You could do this in 1 role, but in my case it's dependant on user group and it was easier to split them up&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ElsKnockaert_1-1644824137721.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72192i81A308D690258EBC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ElsKnockaert_1-1644824137721.png" alt="ElsKnockaert_1-1644824137721.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(user.roles="Imperial_Retail_BookmarkSharing" and resource.App.HasPrivilege("read") and (resource.objectType = "story" or resource.objectType = "bookmark" or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark") and (resource.name like "Retail*"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps somewhat!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 07:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Everyone-can-see-everyone-s-personal-bookmarks/m-p/1892381#M73556</guid>
      <dc:creator>ElsKnockaert</dc:creator>
      <dc:date>2022-02-14T07:37:07Z</dc:date>
    </item>
  </channel>
</rss>

