<?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 calculate differencing in time series data in Qlik Sense Data Load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-calculate-differencing-in-time-series-data-in-Qlik-Sense/m-p/1629139#M46848</link>
    <description>&lt;P&gt;Thank you Dilipranjith. This is exactly what I was looking for.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 14:30:40 GMT</pubDate>
    <dc:creator>PoojaPrasad</dc:creator>
    <dc:date>2019-09-27T14:30:40Z</dc:date>
    <item>
      <title>How to calculate differencing in time series data in Qlik Sense Data Load</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-differencing-in-time-series-data-in-Qlik-Sense/m-p/1628749#M46784</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I have a dataset with date and revenue. When I used time series arima model available in advanced analytics toolbox extension(R is integrated with Qlik Sense), I see seasonality in the chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a new column, revenue_diff to perform differencing by subtracting the previous day revenue from today's revenue:revenue_diff(t) = revenue(t) - revenue(t-1)&lt;/P&gt;&lt;P&gt;Any idea on how to do this in the data load editor? Any suggestion on analysis of time series data with seasonality and trends in qlik sense will be helpful.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-differencing-in-time-series-data-in-Qlik-Sense/m-p/1628749#M46784</guid>
      <dc:creator>PoojaPrasad</dc:creator>
      <dc:date>2024-11-16T04:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate differencing in time series data in Qlik Sense Data Load</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-differencing-in-time-series-data-in-Qlik-Sense/m-p/1628751#M46785</link>
      <description>for new column use previous function.&lt;BR /&gt;so something like&lt;BR /&gt;load&lt;BR /&gt;*,&lt;BR /&gt;revenue- previous(revenue) as increase&lt;BR /&gt;...&lt;BR /&gt;order by date&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Previous.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/June2019/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Previous.htm&lt;/A&gt;</description>
      <pubDate>Thu, 26 Sep 2019 17:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-differencing-in-time-series-data-in-Qlik-Sense/m-p/1628751#M46785</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-09-26T17:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate differencing in time series data in Qlik Sense Data Load</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-differencing-in-time-series-data-in-Qlik-Sense/m-p/1629139#M46848</link>
      <description>&lt;P&gt;Thank you Dilipranjith. This is exactly what I was looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 14:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-differencing-in-time-series-data-in-Qlik-Sense/m-p/1629139#M46848</guid>
      <dc:creator>PoojaPrasad</dc:creator>
      <dc:date>2019-09-27T14:30:40Z</dc:date>
    </item>
  </channel>
</rss>

