<?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: Create a tiered bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1944266#M1219504</link>
    <description>&lt;P&gt;You can convert your three expressions into one expression and an additional (second) synthetic dimension using something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;second dimension:&lt;/P&gt;
&lt;P&gt;=ValueList('NameOfYourExpression1','NameOfYourExpression2','NameOfYourExpression3')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;combined single expression:&lt;/P&gt;
&lt;P&gt;=Pick(Match(ValueList('NameOfYourExpression1', 'NameOfYourExpression2', 'NameOfYourExpression3'),&amp;nbsp; &amp;nbsp;'NameOfYourExpression1', 'NameOfYourExpression2', 'NameOfYourExpression3'),&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace with your expression 1&amp;gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace with your expression 2&amp;gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace with your expression 3&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see also:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/valuelist.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/valuelist.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/synthetic-dimension-functions.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/synthetic-dimension-functions.htm&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/QlikView-App-Dev/3d-bar-graphs/td-p/412745" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/3d-bar-graphs/td-p/412745&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;(just picking one random community example)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 22:35:24 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-06-15T22:35:24Z</dc:date>
    <item>
      <title>Create a tiered bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1944115#M1219486</link>
      <description>&lt;P&gt;I was wondering if anyone could help.&lt;/P&gt;
&lt;P&gt;In the style tab of the chart properties box i was wanting to use the final option in the lefthand column of the 'Look' section:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peterderrington_0-1655305354124.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/81861i7AC54A03F89C2D9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peterderrington_0-1655305354124.png" alt="peterderrington_0-1655305354124.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I've got three expressions and one dimension and would like the layout that's shown in the icon rather than what shows in the 'Preview' box. eg, i'd like the blue bars at the back and then the red in front with the green ones right at the front.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 15:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1944115#M1219486</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2022-06-15T15:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tiered bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1944147#M1219488</link>
      <description>&lt;P&gt;I think your used combination of dimensions and expressions didn't fit to this kind of chart-style. You may create a dummy-app with a few inline-records to play a bit with various dimensions-expression-combinations to create such style. After that you know how you would need to adjust your final chart and then deciding if you could change it appropriate respectively if it would be worth the needed efforts ...&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 16:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1944147#M1219488</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-06-15T16:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tiered bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1944266#M1219504</link>
      <description>&lt;P&gt;You can convert your three expressions into one expression and an additional (second) synthetic dimension using something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;second dimension:&lt;/P&gt;
&lt;P&gt;=ValueList('NameOfYourExpression1','NameOfYourExpression2','NameOfYourExpression3')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;combined single expression:&lt;/P&gt;
&lt;P&gt;=Pick(Match(ValueList('NameOfYourExpression1', 'NameOfYourExpression2', 'NameOfYourExpression3'),&amp;nbsp; &amp;nbsp;'NameOfYourExpression1', 'NameOfYourExpression2', 'NameOfYourExpression3'),&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace with your expression 1&amp;gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace with your expression 2&amp;gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace with your expression 3&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see also:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/valuelist.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/valuelist.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/synthetic-dimension-functions.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SyntheticDimensionFunctions/synthetic-dimension-functions.htm&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.qlik.com/t5/QlikView-App-Dev/3d-bar-graphs/td-p/412745" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/3d-bar-graphs/td-p/412745&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;(just picking one random community example)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 22:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1944266#M1219504</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-06-15T22:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tiered bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1946689#M1219599</link>
      <description>&lt;P&gt;Thank you and huge apologies for the delay in coming back to you.&lt;/P&gt;
&lt;P&gt;That has almost solved it. Although as you can see from the image theres clearly something i need to adjust:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peterderrington_0-1655890805053.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82373iFE2F5BD7F119451F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peterderrington_0-1655890805053.png" alt="peterderrington_0-1655890805053.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What haven't i done?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 09:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1946689#M1219599</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2022-06-22T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tiered bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1947340#M1219611</link>
      <description>&lt;P&gt;It looked as if there is any TOTAL and/or any aggr() dimensionality within your expression not&amp;nbsp;granular enough.&lt;/P&gt;
&lt;P&gt;If you have applied the suggestion from Marco with the valuelist() you couldn't use this synthetic dimension within the aggr() or TOTAL. In this case you may move the logic into the script and creating the values with an inline-load as an island-table.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 11:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1947340#M1219611</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-06-23T11:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a tiered bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1948473#M1219656</link>
      <description>&lt;P&gt;ok.....&lt;/P&gt;
&lt;P&gt;(sorry, totally confused now lol)&lt;/P&gt;
&lt;P&gt;So in my Dimensions I have '&lt;EM&gt;Org&lt;/EM&gt;' which would give the difference between the business units and then '&lt;EM&gt;=ValueList('Pocket QI','Leading for Improvement','Total')&lt;/EM&gt;' which is based on the earlier responce.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My expressions are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peterderrington_0-1656331320206.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82709i2D51A07387251A1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peterderrington_0-1656331320206.png" alt="peterderrington_0-1656331320206.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 12:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-tiered-bar-chart/m-p/1948473#M1219656</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2022-06-27T12:02:56Z</dc:date>
    </item>
  </channel>
</rss>

