<?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: Qlikview and R integration in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174777#M906543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi, &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;this is excellent. But how can i pass R data from a qlikview table chart which is on the front end and not in script? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 08:56:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-23T08:56:58Z</dc:date>
    <item>
      <title>Qlikview and R integration</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174775#M906541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi, i have seen the cluster and predictive demo examples. But i am not able to run the macro beyond R.Init line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have followed the documents - installed Dcom and rscproxy and R but dont know whether it is the installation causing issues, paths for qlikview and all these applications or something missing . I have seen the discussions aswell and a lot of people have actually asked this but nobody has got a reply. Please can anybody help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174775#M906541</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and R integration</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174776#M906542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hira,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to attach an example that I have made. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this example help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style=": ; color: #0000ff;"&gt;CLUSTER:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;LOAD [Customer Name], &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Total Sales], &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Total Order Quantity]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&lt;C&gt;&lt;/C&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;(biff, embedded labels, table is Hoja1$);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;STORE CLUSTER into "C:\Users\mdvalle\Docu QLIK\EJEMPLOS\Qlikview_mas_R\datos.csv" (txt);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;EXECUTE "C:\Program Files\R\R-3.2.4revised\bin\x64\r.exe" CMD BATCH "C:\Users\mdvalle\Docu QLIK\EJEMPLOS\Qlikview_mas_R\kmeans.r";&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;drop table CLUSTER;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;CLUSTERACION:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;LOAD Customer.Name as [Customer Name], &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total.Sales as [Total Sales],&amp;nbsp; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total.Order.Quantity as [Total Order Quantity], &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cluster&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;&lt;C&gt;&lt;/C&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style=": ; color: #0000ff;"&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174776#M906542</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-06-23T08:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and R integration</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174777#M906543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi, &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;this is excellent. But how can i pass R data from a qlikview table chart which is on the front end and not in script? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174777#M906543</guid>
      <dc:creator />
      <dc:date>2016-06-23T08:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and R integration</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174778#M906544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hira,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can meke a Macro to export the table to excel, execute R and reload .qvw to see the new file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174778#M906544</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-06-23T09:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and R integration</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174779#M906545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hira,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking for some information about Macro to export data and this document I think that this document it´s good for your porpouse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4841"&gt;Loop Charts and Field Values - Excel Export Macro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174779#M906545</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-06-23T09:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview and R integration</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174780#M906546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌excellent!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-and-R-integration/m-p/1174780#M906546</guid>
      <dc:creator />
      <dc:date>2016-06-23T09:42:45Z</dc:date>
    </item>
  </channel>
</rss>

