<?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: Create Bookmark in Qliksense app using Mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1627257#M11380</link>
    <description>&lt;P&gt;Try to use the Qlik Bookmark API&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/SubSystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/qlik-bookmark-interface.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/SubSystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/qlik-bookmark-interface.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2019 07:38:20 GMT</pubDate>
    <dc:creator>Vincenzo_Esposito</dc:creator>
    <dc:date>2019-09-24T07:38:20Z</dc:date>
    <item>
      <title>Create Bookmark in Qliksense app using Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1626733#M11372</link>
      <description>&lt;P&gt;Hello Folks&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create bookmark in Qliksense app through mashup and for achieving this i have written below code in Java Script and HTML.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code is working properly but bookmark is creating in browser only not in Qliksense app through mashup . I want it to be created directly in Qliksense app so that in future if user wants to see there desired selection then they would able to do it.&lt;/P&gt;&lt;P&gt;Can anyone please help me how to create the bookmark in Qliksense app through mashup permanatly same like as we are creating in Qliksense app. Help would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTML Code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;h3&amp;gt;&lt;BR /&gt;Add Bookmark&lt;/P&gt;&lt;P&gt;&amp;lt;HTML&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;/h3&amp;gt;&lt;BR /&gt;&amp;lt;label for="bmName"&amp;gt; Bookmark Name &amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;input id="bmName" type="text"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;label for="bmDesc"&amp;gt; Bookmark Description &amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;textarea id="bmDesc" type="text" rows="5" cols="40"&amp;gt; &amp;lt;/textarea&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;button id="but1" type="button"&amp;gt;&lt;BR /&gt;Create Bookmark&lt;BR /&gt;&amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Java Script Code:&lt;/P&gt;&lt;P&gt;$('#but1').on('click',&lt;BR /&gt;function()&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;$('#bmTBody').empty();&lt;BR /&gt;app2.bookmark.create(document.getElementById("bmName").value, document.getElementById("bmDesc").value);&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 06:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1626733#M11372</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2019-09-23T06:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bookmark in Qliksense app using Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1627257#M11380</link>
      <description>&lt;P&gt;Try to use the Qlik Bookmark API&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/SubSystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/qlik-bookmark-interface.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/SubSystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/qlik-bookmark-interface.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1627257#M11380</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2019-09-24T07:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bookmark in Qliksense app using Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1628269#M11396</link>
      <description>&lt;P&gt;Thanks ves for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already used below API for creating bookmark . But it is creating in browser for temporary purpose and not in Qliksense app.&lt;/P&gt;&lt;P&gt;app.bookmark.create(Title,Description)&lt;/P&gt;&lt;P&gt;What i want is if I create Bookmark on mashup page then that bookmark should get reflect in Qliksense app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we achieve this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 18:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1628269#M11396</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2019-09-25T18:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create Bookmark in Qliksense app using Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1671636#M12260</link>
      <description>&lt;P&gt;Hi all, I have written below code to create a bookmark in Published Qliksens Application, but some time Bookmark saved in publised Application and some time not please let me know what wrong i am doing , because its is published App we can not do DoSave() of the Qliksense Dcoument.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;var MyApp_bookmark = qlik.openApp(globalaccess_app_id,config); &lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;MyApp_bookmark.bookmark.create('MyBookmark' , 'Mybookmark Desc', ' ');&lt;/STRONG&gt; &lt;/U&gt;// i am not providing SheetID because it is on mashup page.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 07:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Create-Bookmark-in-Qliksense-app-using-Mashup/m-p/1671636#M12260</guid>
      <dc:creator>jitu2110</dc:creator>
      <dc:date>2020-02-03T07:42:16Z</dc:date>
    </item>
  </channel>
</rss>

