<?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: Combo bar chart with sales and previous month sales in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543824#M39214</link>
    <description>&lt;P&gt;When you say Month is a dimension, is just Jan, Feb or does it say Jan-2018, Feb-2018? Essentially, does your Month field a Month only field or MonthYear field?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 16:38:42 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-02-13T16:38:42Z</dc:date>
    <item>
      <title>Combo bar chart with sales and previous month sales</title>
      <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543822#M39212</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to make a&amp;nbsp; combo bar chart with month as dimension, and two measures, &lt;U&gt;sales&lt;/U&gt; and &lt;U&gt;sales of previous month&lt;/U&gt; (two sub-bar in each bar).&lt;/P&gt;&lt;P&gt;I obtained it using&amp;nbsp; SUM(SALES) as first measure and ABOVE(SUM(SALES),1) as second measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that the second measure is wrong, because if I select 2018, at January 2018 I'm not able to see Sales of December 2017,&amp;nbsp; but I see value '0'.&lt;/P&gt;&lt;P&gt;How can I resolve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, David&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543822#M39212</guid>
      <dc:creator>tiger_01</dc:creator>
      <dc:date>2019-02-13T16:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combo bar chart with sales and previous month sales</title>
      <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543824#M39214</link>
      <description>&lt;P&gt;When you say Month is a dimension, is just Jan, Feb or does it say Jan-2018, Feb-2018? Essentially, does your Month field a Month only field or MonthYear field?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543824#M39214</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-13T16:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combo bar chart with sales and previous month sales</title>
      <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543825#M39215</link>
      <description>&lt;P&gt;I've got date field. so i've made Month dimension with Monthname(date)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543825#M39215</guid>
      <dc:creator>tiger_01</dc:creator>
      <dc:date>2019-02-13T16:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Combo bar chart with sales and previous month sales</title>
      <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543826#M39216</link>
      <description>&lt;P&gt;Try this and see if this works&lt;/P&gt;&lt;PRE&gt;Aggr(Above(Sum({&amp;lt;Month&amp;gt;} SALES), 1), (Month, (NUMERIC)))&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543826#M39216</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-13T16:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combo bar chart with sales and previous month sales</title>
      <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543829#M39217</link>
      <description>&lt;P&gt;Thanks, it works in general chart, but if I select in a filter panel Year=2018, Sales of previous month (december 2017) become zero,&amp;nbsp;&lt;SPAN&gt;whereas before of do selection they had a value.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543829#M39217</guid>
      <dc:creator>tiger_01</dc:creator>
      <dc:date>2019-02-13T16:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Combo bar chart with sales and previous month sales</title>
      <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543842#M39218</link>
      <description>&lt;P&gt;Ignore selection of Year as well&lt;/P&gt;&lt;PRE&gt;Aggr(Above(Sum({&amp;lt;Month&lt;FONT color="#FF0000"&gt;, Year&lt;/FONT&gt;&amp;gt;} SALES), 1), (Month, (NUMERIC)))&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 17:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543842#M39218</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-13T17:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combo bar chart with sales and previous month sales</title>
      <link>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543883#M39219</link>
      <description>&lt;P&gt;Thanks man, you are great!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combo-bar-chart-with-sales-and-previous-month-sales/m-p/1543883#M39219</guid>
      <dc:creator>tiger_01</dc:creator>
      <dc:date>2019-02-13T18:28:37Z</dc:date>
    </item>
  </channel>
</rss>

