<?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 12 Month Avg in combo Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691503#M450644</link>
    <description>&lt;P&gt;I am creating a combo chart which will have&amp;nbsp; revenue across 12 months as bar graph and total rev/12 months as Line graph.&lt;/P&gt;&lt;P&gt;the Revenue is rolling 12 month number.&lt;/P&gt;&lt;P&gt;rev =&amp;nbsp;&amp;nbsp;sum({&amp;lt; MonthYear ={ "$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"},Year,Month&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;The Line graph needs to be a single straight line (for eg: if rev = 12000, and yearmonth = dec 2019, then line graph sould be a straight line of 1000 for all months ). but i am not able to achieve this.&amp;nbsp; &amp;nbsp;how can this be achieved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:53:21 GMT</pubDate>
    <dc:creator>Krish</dc:creator>
    <dc:date>2024-11-16T00:53:21Z</dc:date>
    <item>
      <title>12 Month Avg in combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691503#M450644</link>
      <description>&lt;P&gt;I am creating a combo chart which will have&amp;nbsp; revenue across 12 months as bar graph and total rev/12 months as Line graph.&lt;/P&gt;&lt;P&gt;the Revenue is rolling 12 month number.&lt;/P&gt;&lt;P&gt;rev =&amp;nbsp;&amp;nbsp;sum({&amp;lt; MonthYear ={ "$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"},Year,Month&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;The Line graph needs to be a single straight line (for eg: if rev = 12000, and yearmonth = dec 2019, then line graph sould be a straight line of 1000 for all months ). but i am not able to achieve this.&amp;nbsp; &amp;nbsp;how can this be achieved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691503#M450644</guid>
      <dc:creator>Krish</dc:creator>
      <dc:date>2024-11-16T00:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: 12 Month Avg in combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691517#M450646</link>
      <description>&lt;P&gt;You are having trouble with the line expression? May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(TOTAL {&amp;lt; MonthYear ={ "$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"}, Year, Month&amp;gt;} Revenue)/Count(DISTINCT Month)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691517#M450646</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-07T11:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: 12 Month Avg in combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691532#M450648</link>
      <description>&lt;P&gt;It works!! Thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691532#M450648</guid>
      <dc:creator>Krish</dc:creator>
      <dc:date>2020-04-07T11:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: 12 Month Avg in combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691536#M450649</link>
      <description>&lt;P&gt;This works fine when only year is selected, but not when Month is selected.&lt;/P&gt;&lt;P&gt;If 2019 is selected, this works. But when Oct is selected, the line graph should find the avg. pf oct 2019 till nov 2018.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691536#M450649</guid>
      <dc:creator>Krish</dc:creator>
      <dc:date>2020-04-07T11:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: 12 Month Avg in combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691542#M450651</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(TOTAL {&amp;lt;MonthYear ={ "$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"}, Year, Month&amp;gt;} Revenue)/Count(DISTINCT {&amp;lt;MonthYear ={ "$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -11), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"}, Year, Month&amp;gt;} Month)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Apr 2020 11:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-Month-Avg-in-combo-Chart/m-p/1691542#M450651</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-04-07T11:49:22Z</dc:date>
    </item>
  </channel>
</rss>

