<?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: Last 3 Month Sales calculation in Load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-3-Month-Sales-calculation-in-Load-script/m-p/27033#M4523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well but script is static, not dinamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could make the SUM of all last 3 months of all months to show when your client select one month in chart. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 19:45:43 GMT</pubDate>
    <dc:creator>eduardo_dimperio</dc:creator>
    <dc:date>2018-05-29T19:45:43Z</dc:date>
    <item>
      <title>Last 3 Month Sales calculation in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Month-Sales-calculation-in-Load-script/m-p/27032#M4522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have the requirement from one of our client. Need to take last 3 months Sales dynamically in script.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If user selects Apr 2018, Jan / Feb / Mar 2018 total sum should be derived and then Avg should be calculated.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Jan 2018 = 500&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Feb 2018 = 600&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Mar 2018 = 700&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Total Sum = 1800&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Avg = 1800/3 = 600&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Target = 600 * 5%&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I need your help in calculating Total sum and Avg of last three months of all selections dynamically. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;It should be created in script instead of front end (Set analysis). Because after Avg calc. it will be used for Target calc.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please help.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in Advance,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 18:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Month-Sales-calculation-in-Load-script/m-p/27032#M4522</guid>
      <dc:creator>kalyandg</dc:creator>
      <dc:date>2018-05-29T18:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Month Sales calculation in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Month-Sales-calculation-in-Load-script/m-p/27033#M4523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well but script is static, not dinamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could make the SUM of all last 3 months of all months to show when your client select one month in chart. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 19:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Month-Sales-calculation-in-Load-script/m-p/27033#M4523</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2018-05-29T19:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 Month Sales calculation in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-Month-Sales-calculation-in-Load-script/m-p/27034#M4524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SUM of all last 3 months of all months to show when your client select one month in chart."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;please tell me the script logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 04:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-Month-Sales-calculation-in-Load-script/m-p/27034#M4524</guid>
      <dc:creator>kalyandg</dc:creator>
      <dc:date>2018-05-30T04:58:01Z</dc:date>
    </item>
  </channel>
</rss>

