<?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: Execute python script from qlikview load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533145#M438908</link>
    <description>Not sure i understand . Can you check your script if it is doing what it is supposed to do ?</description>
    <pubDate>Tue, 22 Jan 2019 10:54:59 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-01-22T10:54:59Z</dc:date>
    <item>
      <title>Execute python script from qlikview load script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533008#M438890</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am trying to execute below python script from qlikview load script:&lt;/P&gt;&lt;P&gt;EXECUTE&amp;nbsp; C:\Users\14950\.spyder-py3\temp.py;&lt;/P&gt;&lt;P&gt;I have placed python script file and qvw in same folder. I also enabled "Can Execute external programs".&lt;/P&gt;&lt;P&gt;But, still no luck.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533008#M438890</guid>
      <dc:creator>Prabhu</dc:creator>
      <dc:date>2024-11-16T04:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Execute python script from qlikview load script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533025#M438891</link>
      <description>Hi Prabhakar&lt;BR /&gt;&lt;BR /&gt;try out a few things to make sure this is not a qlik related issue first&lt;BR /&gt;1: Double click and run the file.&lt;BR /&gt;2: Run using command promt&lt;BR /&gt;&lt;BR /&gt;check qlik related issue&lt;BR /&gt;1: Can execute external programs checked in script editor&lt;BR /&gt;2: Check the security tab in document properties and user setting if all the required setting are enabled for you&lt;BR /&gt;3: Execute "path_to_python.exe " " path_of_python_script_file";&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2019 07:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533025#M438891</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-22T07:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Execute python script from qlikview load script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533128#M438905</link>
      <description>yes, i followed this. The script execution is successful but, the data is not loaded from "temp.py" file.</description>
      <pubDate>Tue, 22 Jan 2019 10:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533128#M438905</guid>
      <dc:creator>Prabhu</dc:creator>
      <dc:date>2019-01-22T10:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Execute python script from qlikview load script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533145#M438908</link>
      <description>Not sure i understand . Can you check your script if it is doing what it is supposed to do ?</description>
      <pubDate>Tue, 22 Jan 2019 10:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533145#M438908</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-22T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Execute python script from qlikview load script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533174#M438911</link>
      <description>&lt;P&gt;Below is the python script:&lt;BR /&gt;# Importing all required packages&lt;BR /&gt;import numpy as np&lt;BR /&gt;import pandas as pd&lt;BR /&gt;import matplotlib.pyplot as plt&lt;BR /&gt;import seaborn as sns&lt;BR /&gt;&lt;BR /&gt;#Importing dataset&lt;BR /&gt;&lt;BR /&gt;media=pd.read_csv('mediacompany.csv')&lt;BR /&gt;print(media)&lt;BR /&gt;&lt;BR /&gt;the script is supposed to load the data from mediacompany.csv file.&lt;/P&gt;&lt;P&gt;If i run the python script in spyder, it is fetching the data.&lt;/P&gt;&lt;P&gt;But, it is not fetching the data in QlikVIew.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533174#M438911</guid>
      <dc:creator>Prabhu</dc:creator>
      <dc:date>2019-01-22T11:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Execute python script from qlikview load script</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533202#M438912</link>
      <description>It will not load data in Qlikview and it will load data in any python.&lt;BR /&gt;Why not you are using the default loading in qlikview to load the data? It's just a csv file right, why you need python script here.</description>
      <pubDate>Tue, 22 Jan 2019 11:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-python-script-from-qlikview-load-script/m-p/1533202#M438912</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-01-22T11:59:47Z</dc:date>
    </item>
  </channel>
</rss>

