<?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 Como executar script python no Qliksense Server in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Como-executar-script-python-no-Qliksense-Server/m-p/2044587#M60623</link>
    <description>&lt;P&gt;Boa tarde,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tenho um script python que faz um tratamento de dados e gera um dataframe como resultado final e eu queria usar esse dataframe no qliksense. Mas queria deixar isso de forma automatica para ser executado diariamente. É possível executar script python dentro do qliksense server?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2023 16:04:09 GMT</pubDate>
    <dc:creator>msludo</dc:creator>
    <dc:date>2023-03-02T16:04:09Z</dc:date>
    <item>
      <title>Como executar script python no Qliksense Server</title>
      <link>https://community.qlik.com/t5/Brasil/Como-executar-script-python-no-Qliksense-Server/m-p/2044587#M60623</link>
      <description>&lt;P&gt;Boa tarde,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tenho um script python que faz um tratamento de dados e gera um dataframe como resultado final e eu queria usar esse dataframe no qliksense. Mas queria deixar isso de forma automatica para ser executado diariamente. É possível executar script python dentro do qliksense server?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 16:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-executar-script-python-no-Qliksense-Server/m-p/2044587#M60623</guid>
      <dc:creator>msludo</dc:creator>
      <dc:date>2023-03-02T16:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Como executar script python no Qliksense Server</title>
      <link>https://community.qlik.com/t5/Brasil/Como-executar-script-python-no-Qliksense-Server/m-p/2045903#M60627</link>
      <description>&lt;P&gt;Olá, é possível utilizando o &lt;SPAN&gt;SSE (Server-side Extension).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Aqui tem alguns exemplos de como fazer funcionar essas conexões analíticas.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/qlik-oss/server-side-extension" target="_blank"&gt;GitHub - qlik-oss/server-side-extension: A Qlik server-side extension protocol for extending the Qlik built-in expression library with functionality from external calculation engines.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Segue algumas informações retiradas do site acima.&lt;/P&gt;
&lt;H1 dir="auto"&gt;Configuring SSE plugins in Qlik&lt;/H1&gt;
&lt;H2 dir="auto"&gt;&lt;A id="user-content-qlik-sense" class="anchor" href="https://github.com/qlik-oss/server-side-extension/blob/master/docs/configuration.md#qlik-sense" aria-hidden="true" target="_blank"&gt;&lt;/A&gt;Qlik Sense&lt;/H2&gt;
&lt;P&gt;You must configure SSE plugins, referred to by Qlik as analytic connections, in the Qlik Management Console (QMC), in the settings.ini file or using the Qlik Repository Service API.&lt;/P&gt;
&lt;P&gt;For an overview of analytic connections, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2018/Content/AnalyticConnections.htm" rel="nofollow" target="_blank"&gt;Analytic connections&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the Qlik Sense Developers help.&lt;/P&gt;
&lt;P&gt;For instructions of adding a new SSE plugin in QMC, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/ManagementConsole/Content/create-analytic-connection.htm" rel="nofollow" target="_blank"&gt;Creating an analytic connection&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the Qlik Sense help.&lt;/P&gt;
&lt;P&gt;For information about SSE plugins for Qlik Sense Desktop, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/Introduction/configure-analytic-connection-desktop.htm" rel="nofollow" target="_blank"&gt;Configuring analytic connections in Qlik Sense Desktop&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the Qlik Sense help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 dir="auto" tabindex="-1"&gt;Qlik Sense Enterprise&lt;/H3&gt;
&lt;OL dir="auto"&gt;
&lt;LI&gt;
&lt;P&gt;Install Qlik Sense Enterprise (June 2017 release or later).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Make sure you have Python 3.4 (or later) installed as well as the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;grpcio&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;package. For more information, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/prerequisites.md" target="_blank"&gt;Prerequisites for running the Python examples&lt;/A&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add the SSE plugin settings in QMC under&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Analytic connections&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by inserting the following values:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;name:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;EngineName&amp;gt;&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;host:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;localhost,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;port:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;port&amp;gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Alternatively, add&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;SSEPlugin=&amp;lt;EngineName&amp;gt;,localhost:&amp;lt;port&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on a new line in your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;settings.ini&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;C:\ProgramData\Qlik\Sense&lt;/EM&gt;. Insert the values for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;EngineName&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;port&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from the table above for the selected example.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Configuring the plugin via the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;settings.ini&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file is only valid for this node/machine; the settings will not be visible in the QMC. Also no access rules would apply in this case.&lt;BR /&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If you are using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Sense April 2018&lt;/EM&gt;, you can configure your plugins in QMC during runtime without having to restart Qlik engine in step 6 below. See&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/qlik-oss/server-side-extension/blob/master/docs/limitations.md" target="_blank"&gt;Limitations&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more details.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;.qvf&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file from the selected example folder to QMC.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Run the corresponding&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;examplename&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;python package. The easiest way to do this is to open a command prompt, go to the example\python folder and type:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;python &amp;lt;examplename&amp;gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Insert the value for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&amp;lt;examplename&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from the table above for the selected example.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Start Qlik Sense Enterprise and open the app for the example you chose.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't worry, be Qlik.&lt;BR /&gt;Tonial&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 20:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Como-executar-script-python-no-Qliksense-Server/m-p/2045903#M60627</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2023-03-06T20:51:03Z</dc:date>
    </item>
  </channel>
</rss>

