<?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: Qlik and Python in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628059#M476555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I am getting the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Script line error:: return"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when I am trying to run a python script from Qlik Sense editor. My code is below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;execute C:\Finance\Finance Model\FE_Recodes.py;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have made the necessary changes in Settings.ini&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 19:15:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-03T19:15:22Z</dc:date>
    <item>
      <title>Qlik and Python</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628056#M476552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking at analytic integration for Qlik have seen multiple posts regarding integration with R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3981"&gt;QlikView and R Integration for Predictive Analytics Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4383"&gt;OpenCPU, R &amp;amp;amp; QlikView Integration Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't been able to find anything similar with Qlik and Python either here or on the web generally. Does anyone have experience this or could they point me to posts I might have missed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 02:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628056#M476552</guid>
      <dc:creator />
      <dc:date>2014-05-27T02:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik and Python</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628057#M476553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Francis.&lt;/P&gt;&lt;P&gt;Simplest way to integrate scripting language with interpreter is using EXECUTE command in&amp;nbsp; QlikView script.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AggrSalesTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sales) as Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;Resident MySalesTable&lt;/P&gt;&lt;P&gt;Group By Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store AggrSalesTable into AggrSalesTable.csv(txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC {myScript}//This script using AggrSalesTable.csv calculate your data and store this data to CalculatedSalesData.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CalculatedSalesData:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {MyCalculatedFields}&lt;/P&gt;&lt;P&gt;From CalculatedSalesData.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but my english so so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 04:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628057#M476553</guid>
      <dc:creator />
      <dc:date>2014-05-27T04:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik and Python</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628058#M476554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response (and English just fine). I think the other answer to my question was that its trivial to do, hence no specific posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 12:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628058#M476554</guid>
      <dc:creator />
      <dc:date>2014-05-29T12:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik and Python</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628059#M476555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I am getting the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Script line error:: return"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when I am trying to run a python script from Qlik Sense editor. My code is below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;execute C:\Finance\Finance Model\FE_Recodes.py;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have made the necessary changes in Settings.ini&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 19:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-and-Python/m-p/628059#M476555</guid>
      <dc:creator />
      <dc:date>2016-05-03T19:15:22Z</dc:date>
    </item>
  </channel>
</rss>

