<?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: can we replace Analytic  connection with python scripts  in server   with aws lamda  function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/can-we-replace-Analytic-connection-with-python-scripts-in-server/m-p/2451216#M97993</link>
    <description>&lt;P&gt;Hey, did my answer helped you?&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 15:37:19 GMT</pubDate>
    <dc:creator>igoralcantara</dc:creator>
    <dc:date>2024-05-10T15:37:19Z</dc:date>
    <item>
      <title>can we replace Analytic  connection with python scripts  in server   with aws lamda  function</title>
      <link>https://community.qlik.com/t5/App-Development/can-we-replace-Analytic-connection-with-python-scripts-in-server/m-p/2450618#M97944</link>
      <description>&lt;P&gt;We have some python scripts residing in one of the qlik nodes which is connected to qlik sense (which resides in aws server) through analytic connection&lt;BR /&gt;is it possible to move those scripts to aws lambda function and establish a connection from Qlik sense enterprise windows ? I believe AWS lambda connector will work with Qlik cloud only.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 06:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-we-replace-Analytic-connection-with-python-scripts-in-server/m-p/2450618#M97944</guid>
      <dc:creator>albrtjos</dc:creator>
      <dc:date>2024-05-09T06:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: can we replace Analytic  connection with python scripts  in server   with aws lamda  function</title>
      <link>https://community.qlik.com/t5/App-Development/can-we-replace-Analytic-connection-with-python-scripts-in-server/m-p/2450823#M97967</link>
      <description>&lt;P&gt;Yes, I have done it a few times using a REST Connection.&lt;/P&gt;
&lt;P&gt;One example of how I use it:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Let vControl = '[' &amp;amp; Peek('NotSmokersChol', 0) &amp;amp; ']';&lt;BR /&gt;Drop Table NotCurrSmokersChol;&lt;/P&gt;
&lt;P&gt;Let vTest = '[' &amp;amp; Peek('SmokersChol', 0) &amp;amp; ']';&lt;BR /&gt;Drop Table CurrSmokersChol;&lt;/P&gt;
&lt;DIV&gt;// Prepare call&lt;/DIV&gt;
&lt;DIV&gt;LET vRequestBody ='{';&lt;/DIV&gt;
&lt;DIV&gt;Let vRequestBody = vRequestBody&amp;amp; '""control"":$(vControl),';&lt;/DIV&gt;
&lt;DIV&gt;Let vRequestBody = vRequestBody&amp;amp;'""test"":$(vTest)';&lt;/DIV&gt;
&lt;DIV&gt;Let vRequestBody = vRequestBody &amp;amp; '}';&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;LIB CONNECT TO 'Lambda_TTest';&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;RestConnectorMasterTable:&lt;/DIV&gt;
&lt;DIV&gt;SQL SELECT&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "t",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "p",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "df"&lt;/DIV&gt;
&lt;DIV&gt;FROM JSON (wrap on) "root"&lt;/DIV&gt;
&lt;DIV&gt;WITH CONNECTION&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;( BODY "$(vRequestBody)" );&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 May 2024 13:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-we-replace-Analytic-connection-with-python-scripts-in-server/m-p/2450823#M97967</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-05-09T13:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: can we replace Analytic  connection with python scripts  in server   with aws lamda  function</title>
      <link>https://community.qlik.com/t5/App-Development/can-we-replace-Analytic-connection-with-python-scripts-in-server/m-p/2451216#M97993</link>
      <description>&lt;P&gt;Hey, did my answer helped you?&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 15:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/can-we-replace-Analytic-connection-with-python-scripts-in-server/m-p/2451216#M97993</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-05-10T15:37:19Z</dc:date>
    </item>
  </channel>
</rss>

