<?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: Graph to extend formula to all months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graph-to-extend-formula-to-all-months/m-p/1691572#M506888</link>
    <description>&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;I did try TOTAL and Set analysis to fetch the latest date. There are two issues with that:&lt;/P&gt;&lt;P&gt;- Since the chart is dimensioned by Month-YY the set analysis for the current month cant be extended to all future months&lt;/P&gt;&lt;P&gt;- The total doesnt work when i make selections in any dimensions&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 13:08:34 GMT</pubDate>
    <dc:creator>anagharao</dc:creator>
    <dc:date>2020-04-07T13:08:34Z</dc:date>
    <item>
      <title>Graph to extend formula to all months</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-to-extend-formula-to-all-months/m-p/1691544#M506886</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;I have data in the format :&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;Account&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Department&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Vendor&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Date&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Actual&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;Acc1&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Dept1&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Vend1&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Jan-2019&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;1200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;Acc1&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Dept2&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Vend1&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Jan-2019&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;1748&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;Acc2&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Dep2&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Vend2&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;Feb-2019&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;122&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;...&lt;/TD&gt;&lt;TD width="20%" height="25px"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to get a graph with the below measures and Date [MMM-YY] as the dimension&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cost (Jan, Feb...) : Actuals that come in&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Avg Annld Cost :&lt;/STRONG&gt;&amp;nbsp;for the rest of the months in the year&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;(Sum of all months available) + (Latest month Cost* (12 - number of months passed))&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Example: IF the latest month is Feb&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(Jan + Feb) + (Feb *(12 - 2))&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; Any suggestions for the second formula?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-to-extend-formula-to-all-months/m-p/1691544#M506886</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2020-04-07T11:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Graph to extend formula to all months</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-to-extend-formula-to-all-months/m-p/1691565#M506887</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;you'll need to load the months into your date field and then it's wont be that complicated&amp;nbsp;&lt;/P&gt;&lt;P&gt;you'll expression will look like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Sum(Actual)=0,&lt;BR /&gt;(sum(total Actual)+sum({&amp;lt;Date={"$(=max(Date))"}&amp;gt;}Actual)*(12-num(month(max(Date)))))/12,Sum(Actual))&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 13:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-to-extend-formula-to-all-months/m-p/1691565#M506887</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-04-07T13:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Graph to extend formula to all months</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-to-extend-formula-to-all-months/m-p/1691572#M506888</link>
      <description>&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;I did try TOTAL and Set analysis to fetch the latest date. There are two issues with that:&lt;/P&gt;&lt;P&gt;- Since the chart is dimensioned by Month-YY the set analysis for the current month cant be extended to all future months&lt;/P&gt;&lt;P&gt;- The total doesnt work when i make selections in any dimensions&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 13:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-to-extend-formula-to-all-months/m-p/1691572#M506888</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2020-04-07T13:08:34Z</dc:date>
    </item>
  </channel>
</rss>

