<?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 sheet id in extension in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984745#M3776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders,&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/dev-hub/" title="http://localhost:4848/dev-hub/"&gt;http://localhost:4848/dev-hub/&lt;/A&gt;‌&amp;nbsp; go through this link and click single-configurator&amp;nbsp; and Select the App, All The Sheets Are getting on particular App the Select on sheet you will get particular SheetID. As Show in below picture &lt;IMG alt="single id.png" class="jive-image image-1" src="/legacyfs/online/110736_single id.png" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sai Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 10:54:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-06T10:54:52Z</dc:date>
    <item>
      <title>Get sheet id in extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984742#M3773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to find out how to get the sheet id in which the user have placed my extension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984742#M3773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-25T16:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get sheet id in extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984743#M3774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the Qlik Sense Extension Governance project on Qlik Branch: &lt;A href="http://branch.qlik.com/projects/showthread.php?675-sense-extension-governance" title="http://branch.qlik.com/projects/showthread.php?675-sense-extension-governance"&gt;http://branch.qlik.com/projects/showthread.php?675-sense-extension-governance&lt;/A&gt; via &lt;A href="https://community.qlik.com/qlik-users/41639"&gt;swr&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Purpose and Description&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Did you ever want to know, where you are using a particular visualization extension?&lt;/LI&gt;&lt;LI&gt;Did you ever want to know if you have any broken/missing visualization extension across your environment?&lt;/LI&gt;&lt;LI&gt;Did you ever want to get an overview which visualization extension are used in a particular app?&lt;/LI&gt;&lt;LI&gt;Do you want to prevent users getting an "Invalid visualization" error in your deployment because you've forgotten to install your visualization extensions properly?&lt;/LI&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you can answer one if the questions above with YES, then this solution might be interesting for you.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 16:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984743#M3774</guid>
      <dc:creator>joe_warbington</dc:creator>
      <dc:date>2015-11-25T16:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get sheet id in extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984744#M3775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understood you right from the title of your post:&lt;/P&gt;&lt;P&gt;You can use the capability APIs &amp;gt; Navigation API : &lt;A href="http://help.qlik.com/sense/2.1/en-us/developer/#../Subsystems/APIs/Content/NavigationAPI/NavigationAPI.htm" title="http://help.qlik.com/sense/2.1/en-us/developer/#../Subsystems/APIs/Content/NavigationAPI/NavigationAPI.htm"&gt;http://help.qlik.com/sense/2.1/en-us/developer/#../Subsystems/APIs/Content/NavigationAPI/NavigationAPI.htm&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;CODE&gt;qlik.navigation.getCurrentSheetId();&lt;/CODE&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;aiham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 20:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984744#M3775</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2015-11-25T20:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get sheet id in extension</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984745#M3776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders,&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/dev-hub/" title="http://localhost:4848/dev-hub/"&gt;http://localhost:4848/dev-hub/&lt;/A&gt;‌&amp;nbsp; go through this link and click single-configurator&amp;nbsp; and Select the App, All The Sheets Are getting on particular App the Select on sheet you will get particular SheetID. As Show in below picture &lt;IMG alt="single id.png" class="jive-image image-1" src="/legacyfs/online/110736_single id.png" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sai Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Get-sheet-id-in-extension/m-p/984745#M3776</guid>
      <dc:creator />
      <dc:date>2016-01-06T10:54:52Z</dc:date>
    </item>
  </channel>
</rss>

