<?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: How to do Arima Forecasting of R ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716129#M1241798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/218246" title="https://community.qlik.com/thread/218246"&gt;https://community.qlik.com/thread/218246&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 10:48:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-25T10:48:58Z</dc:date>
    <item>
      <title>How to do Arima Forecasting of R ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716125#M1241784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is my code from which i am trying to read and do the forecast and then write that forecast into a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'create a COM object representing R&lt;/P&gt;&lt;P&gt;Set R = CreateObject("StatConnectorSrv.StatConnector")&lt;/P&gt;&lt;P&gt;R.Init "R"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Pass data to R from csv&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "setwd('C:\\R\\')"&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "RSAS&amp;lt;-read.csv('RSAS.csv')"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "attach(RSAS)"&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "'(R_fit &amp;lt;- auto.arima(RSAS$R))'"&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "'(R_forecast &amp;lt;- forecast(R_fit, h=10))'"&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "'(RMean&amp;lt;-R_forecast$mean)'"&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "'(RMean1&amp;lt;-RMean$Point.Forecast)'"&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "'(DisplayResult&amp;lt;-data.frame(RMean1))'"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.EvaluateNoReturn "write.csv(DisplayResult,'Rmean2.csv')"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716125#M1241784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Arima Forecasting of R ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716126#M1241787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also facing the same problem as above i.e.&lt;/P&gt;&lt;P&gt;How to do arima forecasting in qlikview???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knowing how to solve this than pl. reply ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Vijay&lt;/P&gt;&lt;P&gt;Qlikview Newbie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 06:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716126#M1241787</guid>
      <dc:creator />
      <dc:date>2014-06-20T06:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Arima Forecasting of R ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716127#M1241793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even you can try a Text box in UI and then exporting it to PDF &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 06:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716127#M1241793</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-06-20T06:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Arima Forecasting of R ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716128#M1241795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it will be great, if you can provide some code!! cause my above code is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 06:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716128#M1241795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T06:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to do Arima Forecasting of R ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716129#M1241798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/218246" title="https://community.qlik.com/thread/218246"&gt;https://community.qlik.com/thread/218246&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 10:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-Arima-Forecasting-of-R/m-p/716129#M1241798</guid>
      <dc:creator />
      <dc:date>2016-05-25T10:48:58Z</dc:date>
    </item>
  </channel>
</rss>

