<?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 Implementing Bar Chart with Uniquely Grouped Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Implementing-Bar-Chart-with-Uniquely-Grouped-Dimensions/m-p/19045#M3180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to recreate this bar chart that was originally made in excel. The chart has 3 different expressions for each column showing a 6 month avg, a summed total for previous month, and a summed total for current month. The chart is stacked by the financial class (denoted by orange, grey, and yellow).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart_example.png" class="jive-image image-1" height="177" src="https://community.qlik.com/legacyfs/online/193314_chart_example.png" style="height: 177px; width: 99.055px;" width="99" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get this far with the below three expressions but I am not sure how to go about implementing the dimensions so that it shows the same type of stacked bar chart above. When I add my desired dimension to the chart, I either get each expression for each value in the dimension, or I get the 3 expressions stacked for each dimension value. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="my_example.png" class="jive-image image-2" height="179" src="https://community.qlik.com/legacyfs/online/193315_my_example.png" style="height: 179px; width: 176.368px;" width="176" /&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (blue): =num(sum({&amp;lt;_M={6,5,4,3,2,1}&amp;gt;} [Payments])/6,'$#,##0')&lt;/P&gt;&lt;P&gt;Expression 2 (red): =sum({&amp;lt;_M={6}&amp;gt;} [Payments])&lt;/P&gt;&lt;P&gt;Expression 3 (green): =sum({&amp;lt;_M={7}&amp;gt;} [Payments])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help towards recreating the first chart would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 20:00:59 GMT</pubDate>
    <dc:creator>makximenkoa</dc:creator>
    <dc:date>2018-02-13T20:00:59Z</dc:date>
    <item>
      <title>Implementing Bar Chart with Uniquely Grouped Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Implementing-Bar-Chart-with-Uniquely-Grouped-Dimensions/m-p/19045#M3180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to recreate this bar chart that was originally made in excel. The chart has 3 different expressions for each column showing a 6 month avg, a summed total for previous month, and a summed total for current month. The chart is stacked by the financial class (denoted by orange, grey, and yellow).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart_example.png" class="jive-image image-1" height="177" src="https://community.qlik.com/legacyfs/online/193314_chart_example.png" style="height: 177px; width: 99.055px;" width="99" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get this far with the below three expressions but I am not sure how to go about implementing the dimensions so that it shows the same type of stacked bar chart above. When I add my desired dimension to the chart, I either get each expression for each value in the dimension, or I get the 3 expressions stacked for each dimension value. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="my_example.png" class="jive-image image-2" height="179" src="https://community.qlik.com/legacyfs/online/193315_my_example.png" style="height: 179px; width: 176.368px;" width="176" /&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (blue): =num(sum({&amp;lt;_M={6,5,4,3,2,1}&amp;gt;} [Payments])/6,'$#,##0')&lt;/P&gt;&lt;P&gt;Expression 2 (red): =sum({&amp;lt;_M={6}&amp;gt;} [Payments])&lt;/P&gt;&lt;P&gt;Expression 3 (green): =sum({&amp;lt;_M={7}&amp;gt;} [Payments])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help towards recreating the first chart would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 20:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implementing-Bar-Chart-with-Uniquely-Grouped-Dimensions/m-p/19045#M3180</guid>
      <dc:creator>makximenkoa</dc:creator>
      <dc:date>2018-02-13T20:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Bar Chart with Uniquely Grouped Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Implementing-Bar-Chart-with-Uniquely-Grouped-Dimensions/m-p/19046#M3181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a dimension called period, you would want to use members from your calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Per&lt;/P&gt;&lt;P&gt;'PG Avg'&lt;/P&gt;&lt;P&gt;'201712'&lt;/P&gt;&lt;P&gt;'201801'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;FinClass,Mth,Amt&lt;/P&gt;&lt;P&gt;1,6,100&lt;/P&gt;&lt;P&gt;1,5,100&lt;/P&gt;&lt;P&gt;1,4,100&lt;/P&gt;&lt;P&gt;1,3,100&lt;/P&gt;&lt;P&gt;1,2,100&lt;/P&gt;&lt;P&gt;1,1,105&lt;/P&gt;&lt;P&gt;1,7,100&lt;/P&gt;&lt;P&gt;2,7,50&lt;/P&gt;&lt;P&gt;2,6,50&lt;/P&gt;&lt;P&gt;2,5,50&lt;/P&gt;&lt;P&gt;2,4,50&lt;/P&gt;&lt;P&gt;2,3,50&lt;/P&gt;&lt;P&gt;2,2,50&lt;/P&gt;&lt;P&gt;2,1,50&lt;/P&gt;&lt;P&gt;3,7,25&lt;/P&gt;&lt;P&gt;3,6,25,&lt;/P&gt;&lt;P&gt;3,5,25&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart expressions uses an IF statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Per = 'PG Avg',Sum({&amp;lt;Mth={'6','5','4','3','2','1'}&amp;gt;} Amt)/6,If(Per='201712',Sum({&amp;lt;Mth={'6'}&amp;gt;} Amt),Sum({&amp;lt;Mth={'7'}&amp;gt;} Amt)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Background Color definition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(FinClass = 1,Red(),If(FinClass = 2,DarkGray(),Yellow()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193333_Chart.PNG" style="height: 315px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 22:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implementing-Bar-Chart-with-Uniquely-Grouped-Dimensions/m-p/19046#M3181</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-02-13T22:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Bar Chart with Uniquely Grouped Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Implementing-Bar-Chart-with-Uniquely-Grouped-Dimensions/m-p/19047#M3182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 01:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Implementing-Bar-Chart-with-Uniquely-Grouped-Dimensions/m-p/19047#M3182</guid>
      <dc:creator>makximenkoa</dc:creator>
      <dc:date>2018-02-14T01:11:35Z</dc:date>
    </item>
  </channel>
</rss>

