<?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: Qliksense Engine API for sheets in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1515108#M9609</link>
    <description>&lt;P&gt;Thanks Rob, appreciate your time.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2018 22:01:31 GMT</pubDate>
    <dc:creator>akeswani</dc:creator>
    <dc:date>2018-11-30T22:01:31Z</dc:date>
    <item>
      <title>Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1513948#M9567</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a web app that opens Qliksense app in an iframe.&lt;/P&gt;&lt;P&gt;When the user make selections, is there any way I can know which sheet the selections were made on ? So when the user post those selections (as a link ) and another user clicks on that link, he will be taken to that sheet with same selections.&lt;/P&gt;&lt;P&gt;i have the selections working ,by calling APIs, but i do not have a way to know what sheets the selections were made on. So today the user has to go to that sheet to see the selections. I want the user to be taken to that sheet when he clicks the link.&lt;/P&gt;&lt;P&gt;is it possible in&amp;nbsp;Nov'18 release&amp;nbsp;of QS ? it wasn't until April'18 release i think. Any API that i can call to store the sheet info?&lt;/P&gt;&lt;P&gt;Does anyone know?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 00:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1513948#M9567</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-11-29T00:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1513952#M9568</link>
      <description>&lt;P&gt;I would think you could extract the sheetname from the url in the iframe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 00:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1513952#M9568</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-11-29T00:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1513957#M9569</link>
      <description>&lt;P&gt;hey Rob, thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so even if i get the sheetname in URL (somehow, as hub displays the sheetname but my iframe doesn't!!!), is there any Qlik Engine API that can be called and passed in the sheet name or Id, to get to the sheet ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 01:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1513957#M9569</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-11-29T01:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514063#M9571</link>
      <description>Is the problem that you are unable to switch sheet, or that you are unable to figure out which sheet to switch to?&lt;BR /&gt;&lt;BR /&gt;Selections are not made on sheets, but on objects. Those objects may or may not be placed on a sheet. So knowing what sheet to switch to could be rather difficult. But if you know what object the selection was made on, then you could potentially check the children of the sheets to see what sheet contains that object.</description>
      <pubDate>Thu, 29 Nov 2018 08:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514063#M9571</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2018-11-29T08:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514312#M9580</link>
      <description>&lt;P&gt;I am unable to figure out the sheet I should switch to.&lt;/P&gt;&lt;P&gt;Today, we have given the option to user&amp;nbsp;, in a &amp;nbsp;dropdown, to select sheet they are making selections on. But that's not good.&lt;/P&gt;&lt;P&gt;we want to eliminate that step. we just want the user to make selections and post it as a link, so anyone can click on that link and user being in that app, the selections would be applied. The get and apply selections work, but it doesn't take the user to the sheet that the selections were made on.&lt;/P&gt;&lt;P&gt;Do you know if the Nov'18 release of Qliksense has any API available that can give me the info on sheet&amp;nbsp;, that when we apply selections we are taken to that&amp;nbsp;sheet somehow&amp;nbsp;? to your point, the object can be in multiple sheets also, so that time it's hard to find out the sheet where selections were made.&lt;/P&gt;&lt;P&gt;There was a demo from some other company, who showed the same thing, that the "Bot" can get to the sheet when asked a particular question. so I was wondering that it is possible to go to sheet somehow !&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 14:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514312#M9580</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-11-29T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514339#M9581</link>
      <description>&lt;P&gt;What URL form are you using in your iframe?&amp;nbsp; Please post the url here scrubbing anything sensitive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 15:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514339#M9581</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-11-29T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514532#M9589</link>
      <description>&lt;P&gt;this is the URL :&lt;/P&gt;&lt;P&gt;https://intranet/sense;id=b334a756-7bb1-4b4e-932f-9e97681dd607;name=License%20Monitor;inConfigQlikChannels=true&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514532#M9589</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-11-29T21:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514547#M9590</link>
      <description>&lt;P&gt;You can add the sheet name to your url to go to a particular sheet.&amp;nbsp; See:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2018/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2018/Subsystems/APIs/Content/Sense_ClientAPIs/app-integration-api.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the iframe url is in a different domain than your page (I suspect it is) then I don't know how you can capture what sheet the user is on as you can't access iframe.contentWindow.location cross-domain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 00:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1514547#M9590</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-11-30T00:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1515094#M9607</link>
      <description>&lt;P&gt;yes Rob, the domain is different than the iframe url.&lt;/P&gt;&lt;P&gt;So there is no way to get to the sheet then?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 21:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1515094#M9607</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-11-30T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1515102#M9608</link>
      <description>&lt;P&gt;Not that I can think of.&amp;nbsp; You might ask over on the Qlik-Branch slack channel if you haven't already.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 21:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1515102#M9608</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-11-30T21:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Engine API for sheets</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1515108#M9609</link>
      <description>&lt;P&gt;Thanks Rob, appreciate your time.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 22:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Engine-API-for-sheets/m-p/1515108#M9609</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-11-30T22:01:31Z</dc:date>
    </item>
  </channel>
</rss>

