<?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: Get Variable Value stored in a Bookmark in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332905#M36202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to reproduce your situation. As I understand, the value of variables is not stored in bookmarks. The idea is that the bookmarks store the selection state, and the variables to the selections do not apply. May be for your task to look for another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 14:31:40 GMT</pubDate>
    <dc:creator>ahaahaaha</dc:creator>
    <dc:date>2017-05-12T14:31:40Z</dc:date>
    <item>
      <title>Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332904#M36201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is a way to get the value of a variable that is stored in a bookmark without applying the bookmark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a qlik sense application where users should create bookmarks with special names. These bookmarks include selections and entered free text which I 'store' in a variable. Then I use the bookmark using the special name to do calculations (without applying the bookmark - for ex sum({MyProduct_BM1}&amp;nbsp; Units)&amp;nbsp;&amp;nbsp;&amp;nbsp; ). But this way I can't get the value of the free text unless the bookmark is applied. I can't use some predefined field for this free text because it could be anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose this should be also relevant to qlikview expressions and set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Radi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332904#M36201</guid>
      <dc:creator>retrocolor</dc:creator>
      <dc:date>2024-11-16T09:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332905#M36202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to reproduce your situation. As I understand, the value of variables is not stored in bookmarks. The idea is that the bookmarks store the selection state, and the variables to the selections do not apply. May be for your task to look for another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332905#M36202</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-12T14:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332906#M36203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Andrey,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks for your quick answer!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Bookmarks are really essential for my project and unfortunately I cant go in a different direction.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I created a simple app just to show you what I want to do if it is possible. In this app I created a Bookmark that stores a selection and an input with a variable:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="BookmarkContent.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163284_BookmarkContent.png" style="height: 214px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can see I called the BM = 'MyBookmark' and it stores selections in the field A = (1 and 3) and also an input with the variable 'vMyInput' = 'DiffenetName'.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I applied this bookmark - and in the text object I put the sum of the selection and the text from the input.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But the way I need to use the Bookmark is to get its content without applying it. If I put the sum in the text object as sum({MyBookmark}A) - it is working fine and I get the value 4 but I cant find a way to get the variable value from the bookmark &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="NotApplied.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/163285_NotApplied.png" style="height: 212px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Radi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2017 15:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332906#M36203</guid>
      <dc:creator>retrocolor</dc:creator>
      <dc:date>2017-05-14T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332907#M36204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here:?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/190417"&gt;saving variable values inside a bookmark&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2017 15:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332907#M36204</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-05-14T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332908#M36205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, but I already did that for my example in the upper post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 07:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332908#M36205</guid>
      <dc:creator>retrocolor</dc:creator>
      <dc:date>2017-05-15T07:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332909#M36206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It became interesting to try to solve your unusual problem. Unfortunately, I have not yet found a documented way to retrieve the value of a variable stored in a bookmark. In any case, I still continue to search. If something happens, I'll let you know. Maybe the developers or more experienced colleagues will be able to help us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 14:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332909#M36206</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-15T14:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332910#M36207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radi, unfortunately there is no way you save save variable's values inside a bookmark without applying it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a roundabout way you can achieve this. you can write a macro, and fire it to apply the bookmark whenever any value is entered/changed int he variables(set actions in document properties). After applying the bookmark the value of the variable will be saved in bookmark, and in that macro you can clear the bookmark again, and re-apply the current selection set. you can repeat this for every variable's value change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 08:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1332910#M36207</guid>
      <dc:creator>er_abhichandra</dc:creator>
      <dc:date>2018-04-06T08:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1506668#M36208</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Were you able to figure out how to achieve this ? Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 21:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1506668#M36208</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-11-14T21:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get Variable Value stored in a Bookmark</title>
      <link>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1551309#M39746</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Were you able to figure this out? Im currently facing the same issue.</description>
      <pubDate>Sat, 02 Mar 2019 06:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-Variable-Value-stored-in-a-Bookmark/m-p/1551309#M39746</guid>
      <dc:creator>ninnartx</dc:creator>
      <dc:date>2019-03-02T06:26:50Z</dc:date>
    </item>
  </channel>
</rss>

