<?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: Dynamic Bookmark Not Working in Qlik Cloud in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Dynamic-Bookmark-Not-Working-in-Qlik-Cloud/m-p/2548689#M3367</link>
    <description>&lt;P&gt;Thanks for the tip Robert_mika. I managed to get this to work. It seems like dynamic bookmarks do not work on fields with a space in the name. I had to change the [Display Currency] field to DisplayCurrency and then I was able to get it working like this:&lt;/P&gt;&lt;P&gt;vCleanUser: =subfield(OSUser(),'UserId=',2)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vDefaultCurrency: =concat({&amp;lt;User_ID={"$(vCleanUser)"}&amp;gt;}Distinct chr(39)&amp;amp;TargetCurrency&amp;amp;chr(39),',')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Search:&amp;nbsp;=Match(DisplayCurrency,$(vDefaultCurrency))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2026 18:40:31 GMT</pubDate>
    <dc:creator>SamTaubman</dc:creator>
    <dc:date>2026-05-07T18:40:31Z</dc:date>
    <item>
      <title>Dynamic Bookmark Not Working in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Dynamic-Bookmark-Not-Working-in-Qlik-Cloud/m-p/2548575#M3365</link>
      <description>&lt;P&gt;Hi, I am on Qlik Cloud and am having trouble getting a dynamic bookmark to work. I have a field [Display Currency] which has EUR and USD values and I would like to set a dynamic bookmark to select a value based on the User accessing the Qlik Cloud App.&lt;BR /&gt;&lt;BR /&gt;I have an inline table that loads User_ID's with their TargetCurrency. I created two variables:&lt;/P&gt;&lt;P&gt;vCleanUser: =Trim(SubField(OSUser(), '=', -1))&lt;/P&gt;&lt;P&gt;vDefaultCurrency: =Only({&amp;lt;User_ID={"$(vCleanUser)"}&amp;gt;} TargetCurrency)&lt;BR /&gt;&lt;BR /&gt;These return the expected values of my user and the respective currency. In this case it is EUR.&lt;BR /&gt;I've tried many combinations of searches in the [Display Currency] search bar but nothing works, it either returns EUR and USD or it returns nothing.&lt;BR /&gt;Here are some examples:&lt;BR /&gt;=Match([Display Currency], $(vDefaultCurrency))&lt;BR /&gt;=[Display Currency] = vDefaultCurrency&lt;BR /&gt;=Display Currency = Only({1} vDefaultCurrency)&lt;BR /&gt;=Display Currency = Only({1} $(vDefaultCurrency))&lt;BR /&gt;=vDefaultCurrency&lt;BR /&gt;=$(vDefaultCurrency)&lt;BR /&gt;=$(=$(vDefaultCurrency))&lt;BR /&gt;=("$(vDefaultCurrency)")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I get this to work?&lt;BR /&gt;&lt;BR /&gt;I used this post as a guide:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/td-p/1926475" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Bookmarks-Is-it-possible-to-set-a-specific-bookmark-as-default/td-p/1926475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 23:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Dynamic-Bookmark-Not-Working-in-Qlik-Cloud/m-p/2548575#M3365</guid>
      <dc:creator>SamTaubman</dc:creator>
      <dc:date>2026-05-06T23:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Bookmark Not Working in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Dynamic-Bookmark-Not-Working-in-Qlik-Cloud/m-p/2548588#M3366</link>
      <description>&lt;P&gt;I think the example (link)you provided use Pick/match,&lt;/P&gt;&lt;P&gt;Search filtering is very 'picky', Did you try to set up in the way as in example/.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 05:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Dynamic-Bookmark-Not-Working-in-Qlik-Cloud/m-p/2548588#M3366</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2026-05-07T05:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Bookmark Not Working in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Dynamic-Bookmark-Not-Working-in-Qlik-Cloud/m-p/2548689#M3367</link>
      <description>&lt;P&gt;Thanks for the tip Robert_mika. I managed to get this to work. It seems like dynamic bookmarks do not work on fields with a space in the name. I had to change the [Display Currency] field to DisplayCurrency and then I was able to get it working like this:&lt;/P&gt;&lt;P&gt;vCleanUser: =subfield(OSUser(),'UserId=',2)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vDefaultCurrency: =concat({&amp;lt;User_ID={"$(vCleanUser)"}&amp;gt;}Distinct chr(39)&amp;amp;TargetCurrency&amp;amp;chr(39),',')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Search:&amp;nbsp;=Match(DisplayCurrency,$(vDefaultCurrency))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 18:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Dynamic-Bookmark-Not-Working-in-Qlik-Cloud/m-p/2548689#M3367</guid>
      <dc:creator>SamTaubman</dc:creator>
      <dc:date>2026-05-07T18:40:31Z</dc:date>
    </item>
  </channel>
</rss>

