<?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: Connection SSE Plugin with Qlik Cloud in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2144912#M19569</link>
    <description>&lt;P&gt;You can't connect a Qlik Cloud app to a classic SSE Plugin.&amp;nbsp; Qlik Cloud uses something called an "Advanced Analytics Connection" (AAC).&amp;nbsp; AAC is defined as a Connection, not an item in the management console. I find the AAC doc a bit confusing, as it refers to things like "SSE syntax" but this is not the SSE we know from QSEoW.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-overview.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-overview.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 15:38:40 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2023-12-06T15:38:40Z</dc:date>
    <item>
      <title>Connection SSE Plugin with Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2144737#M19568</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to ask if it is possible to connect an SSE Plugin to Qlik Cloud.&lt;/P&gt;
&lt;P&gt;In Qlik Sense, in order to connect a plugin, you create an analytical connection through the management console (qmc):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qmc.png" style="width: 255px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121114i2058FF3872D28DCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="qmc.png" alt="qmc.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qmc_anal_connection.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121115i14DD16CD36170674/image-size/large?v=v2&amp;amp;px=999" role="button" title="qmc_anal_connection.png" alt="qmc_anal_connection.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then, in the load script you write something like this in order to exploit the sse plugin functionalities:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[ResultTrainingTable]:
LOAD
    PipelineName,
    Result,
    Timestamp
EXTENSION QlikPyTorch.torch_Train(TrainDataTable);&lt;/LI-CODE&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;
&lt;P&gt;But in the Qlik Cloud console I didn't found any similar page or option to set within the management console.&lt;/P&gt;
&lt;P&gt;I read the documentation, actually these pages:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[advanced analytic connection](&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-overview.htm#:~:text=To%20connect%20to%20a%20generic%20model%2C%20you%20must%20have%20created%20your%20own%20model%20and%20deployed%20it%20to%20an%20endpoint%20on%20the%20chosen%20AI/machine%20learning%20platform.%20This%20endpoint%20must%20be%20publicly%20accessible%20by%20Qlik%20Cloud.)" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-overview.htm#:~:text=To%20connect%20to%20a%20generic%20model%2C%20you%20must%20have%20created%20your%20own%20model%20and%20deployed%20it%20to%20an%20endpoint%20on%20the%20chosen%20AI/machine%20learning%20platform.%20This%20endpoint%20must%20be%20publicly%20accessible%20by%20Qlik%20Cloud.);&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;[creating analytic connection](&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-create.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-create.htm&lt;/A&gt;);&lt;/LI&gt;
&lt;LI&gt;[using analytic connection](&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-use.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-use.htm&lt;/A&gt;);&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;but what I read has left me confused. I don't understand if it is possible to connect Qlik Cloud with an SSE Plugin and I don't understand how to intercat with the plugin through the load script.&lt;/P&gt;
&lt;P&gt;Could someone help me to clear my doubts?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 10:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2144737#M19568</guid>
      <dc:creator>mrtcc</dc:creator>
      <dc:date>2023-12-06T10:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connection SSE Plugin with Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2144912#M19569</link>
      <description>&lt;P&gt;You can't connect a Qlik Cloud app to a classic SSE Plugin.&amp;nbsp; Qlik Cloud uses something called an "Advanced Analytics Connection" (AAC).&amp;nbsp; AAC is defined as a Connection, not an item in the management console. I find the AAC doc a bit confusing, as it refers to things like "SSE syntax" but this is not the SSE we know from QSEoW.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-overview.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-analytic-overview.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 15:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2144912#M19569</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-06T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connection SSE Plugin with Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2145167#M19577</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Do you know some sources where I can see some example of use of this&amp;nbsp;&lt;SPAN&gt;"Advanced Analytics Connection" (AAC)?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;As you said, the documentation is short and confusing also for me, so some example could really help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 08:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2145167#M19577</guid>
      <dc:creator>mrtcc</dc:creator>
      <dc:date>2023-12-07T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connection SSE Plugin with Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2145399#M19580</link>
      <description>&lt;P&gt;Here is a tutorial example -- which I have not been able to get to work.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/Sheet-and-Object-level-Access-Control-in-Qlik-Cloud/ba-p/2080267" target="_blank"&gt;https://community.qlik.com/t5/Design/Sheet-and-Object-level-Access-Control-in-Qlik-Cloud/ba-p/2080267&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 16:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Connection-SSE-Plugin-with-Qlik-Cloud/m-p/2145399#M19580</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-07T16:10:11Z</dc:date>
    </item>
  </channel>
</rss>

