<?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: Bookmarks in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927529#M76381</link>
    <description>&lt;P&gt;Thank you this helps me!&lt;/P&gt;
&lt;P&gt;Have you any idea how to solve it for multiple Country?&lt;/P&gt;
&lt;P&gt;In regular expression, this works!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SonPhan_0-1651878381774.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78860i8CC8D8AD5BA06A6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonPhan_0-1651878381774.png" alt="SonPhan_0-1651878381774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But when you set it to a variable (with your logic) it doesnt recognize the filters.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SonPhan_1-1651878598028.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78861iCF128646B177F863/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonPhan_1-1651878598028.png" alt="SonPhan_1-1651878598028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards Son&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2022 23:13:22 GMT</pubDate>
    <dc:creator>SonPhan</dc:creator>
    <dc:date>2022-05-06T23:13:22Z</dc:date>
    <item>
      <title>Bookmarks, Is it possible to set a specific bookmark as default depending on the user?</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1926475#M76288</link>
      <description>&lt;P&gt;Hello Qlik Experts,&lt;/P&gt;
&lt;P&gt;Is it possible to set a specific bookmark as default depending on the user?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Means e.g. User A has the default bookmark Germany and User B has the default bookmark Austria.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards Son&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 19:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1926475#M76288</guid>
      <dc:creator>SonPhan</dc:creator>
      <dc:date>2022-10-13T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927471#M76373</link>
      <description>&lt;P&gt;Yes you can,&lt;/P&gt;
&lt;P&gt;Filter the Country field using an expression search as below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Country&amp;nbsp;=Pick(wildmatch(OSUser(),'*userA','*UserB','*yourID'),'Germany','Austria','*')&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;press enter to apply the filter&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Create the bookmark now and set it as default&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Save the App&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;This bookmark will apply filter based on the expression search based on the userid&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 19:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927471#M76373</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-06T19:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927529#M76381</link>
      <description>&lt;P&gt;Thank you this helps me!&lt;/P&gt;
&lt;P&gt;Have you any idea how to solve it for multiple Country?&lt;/P&gt;
&lt;P&gt;In regular expression, this works!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SonPhan_0-1651878381774.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78860i8CC8D8AD5BA06A6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonPhan_0-1651878381774.png" alt="SonPhan_0-1651878381774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But when you set it to a variable (with your logic) it doesnt recognize the filters.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SonPhan_1-1651878598028.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78861iCF128646B177F863/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonPhan_1-1651878598028.png" alt="SonPhan_1-1651878598028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards Son&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 23:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927529#M76381</guid>
      <dc:creator>SonPhan</dc:creator>
      <dc:date>2022-05-06T23:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927584#M76385</link>
      <description>&lt;P&gt;I would ideally do it as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create an Island Table in your data model which has information about the User &amp;amp; Filter value as below for example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UserFilters:&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;/P&gt;
&lt;P&gt;User,CountryFilter&lt;/P&gt;
&lt;P&gt;UserA,AT&lt;/P&gt;
&lt;P&gt;UserB,DE&lt;/P&gt;
&lt;P&gt;UserC,AT&lt;/P&gt;
&lt;P&gt;UserC,DE&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create Two Variables&lt;/P&gt;
&lt;P&gt;vUser :&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;=&lt;/FONT&gt;subfield(OSUser(),'UserId=',2)&amp;nbsp; &amp;nbsp; //&lt;FONT color="#FF6600"&gt;with the starting EQUAL sign&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;vDefaultFilter:&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#FF6600"&gt;=&lt;/FONT&gt;concat({&amp;lt;User={"$(vUser)"}&amp;gt;}Distinct chr(39)&amp;amp;CountryFilter&amp;amp;chr(39),',')&amp;nbsp; &amp;nbsp; //&lt;FONT color="#FF6600"&gt;with the starting EQUAL sign&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then in the Country field apply filter as below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Match(Country,$(vDefaultFilter))&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;press enter to apply the filter&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Create the bookmark now and set it as default&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Save the App&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;This bookmark will apply filter based on the expression search based on the UserID returned from OsUser() and match it with the associated values in CountryFilter field&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 07 May 2022 13:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927584#M76385</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-07T13:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmarks</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927770#M76411</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this works thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 06:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/m-p/1927770#M76411</guid>
      <dc:creator>SonPhan</dc:creator>
      <dc:date>2022-05-09T06:43:46Z</dc:date>
    </item>
  </channel>
</rss>

