<?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 Adding variables to bookmarks in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/74853#M1052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;So my scenario is this, i have a mashup, in the mashup there two extension, in one extension user make selection, and can make bookmarks, and in the other extension user selects which columns to show in table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is that the bookmarks will also save the columns that the user has selected.&lt;/P&gt;&lt;P&gt;is there recommended way to make that ? &lt;BR /&gt;is it possible to save this column selection to kind of "variables" so it will make the bookmark save it as well ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also are bookmarks saved per user ? i need that each qlik user will see only his bookmarks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2018 20:05:32 GMT</pubDate>
    <dc:creator>oz_moyal</dc:creator>
    <dc:date>2018-05-22T20:05:32Z</dc:date>
    <item>
      <title>Adding variables to bookmarks</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/74853#M1052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;So my scenario is this, i have a mashup, in the mashup there two extension, in one extension user make selection, and can make bookmarks, and in the other extension user selects which columns to show in table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is that the bookmarks will also save the columns that the user has selected.&lt;/P&gt;&lt;P&gt;is there recommended way to make that ? &lt;BR /&gt;is it possible to save this column selection to kind of "variables" so it will make the bookmark save it as well ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also are bookmarks saved per user ? i need that each qlik user will see only his bookmarks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 20:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/74853#M1052</guid>
      <dc:creator>oz_moyal</dc:creator>
      <dc:date>2018-05-22T20:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding variables to bookmarks</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/74854#M1053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If your column selections is stored in a variable you could possibly use the &lt;A href="https://help.qlik.com/en-US/sense-developer/April2018/apis/EngineAPI/definitions-NxVariableProperties.html"&gt;qIncludeInBookmark &lt;/A&gt;property in the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The is actually an example in the documentation where this is done:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/SetGetProperties/set-properties-variable.htm" title="https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/SetGetProperties/set-properties-variable.htm"&gt;https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/EngineAPI/Content/WorkingWithAppsAndVisualizations/SetG…&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used this once in a QlikView extension and it worked very well, but I have never tried it in Qlik Sense. I don't think the property is exposed in the client, so you need to implement it yourself. If you do, please share your experiences, this might be interesting for others too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 06:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/74854#M1053</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-05-23T06:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding variables to bookmarks</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/74855#M1054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;thanks for your help, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far I created a variable in the app that will be used to store the state. &lt;/P&gt;&lt;P&gt;and i can change its value from the extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where i need some help now, is how do access the GetProperties,SetProperties methods from the extension ?.&lt;/P&gt;&lt;P&gt;as they available only in the engine API&amp;nbsp;&amp;nbsp; (or backendApi ?)&lt;BR /&gt;I tried to google it and i see many questions but did not find very clear answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be happy to post my solution once i get it working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 22:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/74855#M1054</guid>
      <dc:creator>oz_moyal</dc:creator>
      <dc:date>2018-06-11T22:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding variables to bookmarks</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/1544112#M10013</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is an extension for this available on and it works very well:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.qlik.com/garden/5c210e1a617cb80010789876" target="_blank" rel="noopener"&gt;https://developer.qlik.com/garden/5c210e1a617cb80010789876&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Adding-variables-to-bookmarks/m-p/1544112#M10013</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2019-02-14T09:00:24Z</dc:date>
    </item>
  </channel>
</rss>

