<?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 Bookmark filter is applied only after refresh in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509663#M104741</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bookmark with a filter on previous week and the bookmark is not applied when you open the app but it is only applied if you refresh the page in qlik cloud.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-13 at 09.57.19.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178500i80EBFE7EF1C7D94D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-03-13 at 09.57.19.png" alt="Screenshot 2025-03-13 at 09.57.19.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 07:57:35 GMT</pubDate>
    <dc:creator>l26b</dc:creator>
    <dc:date>2025-03-13T07:57:35Z</dc:date>
    <item>
      <title>Bookmark filter is applied only after refresh</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509663#M104741</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bookmark with a filter on previous week and the bookmark is not applied when you open the app but it is only applied if you refresh the page in qlik cloud.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-03-13 at 09.57.19.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178500i80EBFE7EF1C7D94D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-03-13 at 09.57.19.png" alt="Screenshot 2025-03-13 at 09.57.19.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 07:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509663#M104741</guid>
      <dc:creator>l26b</dc:creator>
      <dc:date>2025-03-13T07:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark filter is applied only after refresh</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509664#M104742</link>
      <description>&lt;P&gt;Better to share full screenshot of bookmark to understand.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 08:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509664#M104742</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2025-03-13T08:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark filter is applied only after refresh</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509686#M104744</link>
      <description>&lt;P&gt;I think it's related to the variable. You may try to change the call to $(vPreviousWeek).&lt;/P&gt;&lt;P&gt;Personally I would tend to apply something like (simplified): &lt;STRONG&gt;Week - 1&lt;/STRONG&gt; whereby Week is then a continuous counter-field to make such logic be working by a year-swap, too.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 09:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509686#M104744</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-13T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark filter is applied only after refresh</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509695#M104746</link>
      <description>&lt;P&gt;hi, thank you but this was not working. I had to apply in my selection field&amp;nbsp;{&amp;lt;[Week]={"{&amp;lt;[Week]={"=num([Week])=num(max(all[Week]))"}&amp;gt;}"}&amp;gt;} to make sure the current week is selected for a bookmark and then&amp;nbsp;{&amp;lt;[Fiscal Week]={"{&amp;lt;[Week]={"=num([Week])=vPreviousWeek"}&amp;gt;}"}&amp;gt;}&lt;BR /&gt;&lt;BR /&gt;first one is set up as a default bookmark and second bookmark should be applied only to one of the sheets.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;if I apply the first bookmar to the first 2 sheets and the third has a different bookmark, when I havigate back from the thirt page to the second filters are not applied(meaning current week that is set up in the bookmark)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not sure how to make sure that each page keeps the correspondent selections without locking the bookamark&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 10:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509695#M104746</guid>
      <dc:creator>l26b</dc:creator>
      <dc:date>2025-03-13T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bookmark filter is applied only after refresh</title>
      <link>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509724#M104747</link>
      <description>&lt;P&gt;IMO it's too much magic. Even a single OnOpen action is questionable but n ones forward and backward is nearly always the opposite of an improved usability. It's not outdated to keep the things as simple as possible and &lt;A href="https://community.qlik.com/t5/Design/Let-the-User-Select/ba-p/1463978" target="_blank"&gt;Let the User Select - Qlik Community - 1463978&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 12:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bookmark-filter-is-applied-only-after-refresh/m-p/2509724#M104747</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-13T12:04:31Z</dc:date>
    </item>
  </channel>
</rss>

