<?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 Horizontal stacked bar chart with one dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161068#M378509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have one dimension which is product type and I need to show the sum of each product type in a horizontal stacked bar chart with only one bar. Please see example below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131332_Untitled.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Anyone could help with this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 16:34:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-14T16:34:22Z</dc:date>
    <item>
      <title>Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161068#M378509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have one dimension which is product type and I need to show the sum of each product type in a horizontal stacked bar chart with only one bar. Please see example below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131332_Untitled.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Anyone could help with this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 16:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161068#M378509</guid>
      <dc:creator />
      <dc:date>2016-07-14T16:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161069#M378510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension: ProductType&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions use show value on data points, and bar options:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;ProductType = {'A'}&amp;gt;}ProductType)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SUM({$&amp;lt;ProductType = {'B'}&amp;gt;}ProductType)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SUM({$&amp;lt;ProductType = {'C'}&amp;gt;}ProductType)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SUM({$&amp;lt;ProductType = {'D'}&amp;gt;}ProductType)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On the style tab select stacked sub-type.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161069#M378510</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-07-14T17:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161070#M378511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately didn't work. It will create 4 bars in the chart (one by expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The objective is to SUM the Number of products by &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;product type and show &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;it in one column only. (like the image above)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161070#M378511</guid>
      <dc:creator />
      <dc:date>2016-07-14T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161071#M378512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a PICK into one expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use an Inline table to generate the description of product type, and an id for each one.&amp;nbsp; The order of the PICK is the order of your id(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PICK(PickProductTypeId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({$&amp;lt;ProductType = {'A'}&amp;gt;}ProductType),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SUM({$&amp;lt;ProductType = {'B'}&amp;gt;}ProductType),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SUM({$&amp;lt;ProductType = {'C'}&amp;gt;}ProductType),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SUM({$&amp;lt;ProductType = {'D'}&amp;gt;}ProductType),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161071#M378512</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-07-14T18:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161072#M378513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to mention your dimension would be your PickProductTypeDescription that you created in the inline table, like the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductTypePick:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %PickProductTypeID, %PickProductTypeDescription&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2, B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3, C&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4, D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will still give you 4 different dim values, so you'd have to add a 3rd field like the following and use the 3rd field for your Dim:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ProductTypePick:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %PickProductTypeID, %PickProductTypeDescription, '%PickAggrDesc&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; 1, A, ProductType&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; 2, B, &lt;SPAN style="font-size: 13.3333px;"&gt;ProductType&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; 3, C, &lt;SPAN style="font-size: 13.3333px;"&gt;ProductType&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; 4, D, &lt;SPAN style="font-size: 13.3333px;"&gt;ProductType&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161072#M378513</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-07-14T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161073#M378514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="131372" alt="QlikCommunity_Thread_225143_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131372_QlikCommunity_Thread_225143_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="131373" alt="QlikCommunity_Thread_225143_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/131373_QlikCommunity_Thread_225143_Pic2.JPG" style="height: 440px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="131374" alt="QlikCommunity_Thread_225143_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/131374_QlikCommunity_Thread_225143_Pic3.JPG" style="height: 549px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_225143_Pic5.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/131376_QlikCommunity_Thread_225143_Pic5.JPG" style="height: 441px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="131375" alt="QlikCommunity_Thread_225143_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/131375_QlikCommunity_Thread_225143_Pic4.JPG" style="height: 342px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 22:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161073#M378514</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-07-14T22:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161074#M378515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works perfect. Thats is exactly what I looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161074#M378515</guid>
      <dc:creator />
      <dc:date>2016-07-15T15:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161075#M378516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested this approach and it works as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for you support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paulo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161075#M378516</guid>
      <dc:creator />
      <dc:date>2016-07-15T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal stacked bar chart with one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161076#M378517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;glad it worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 21:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Horizontal-stacked-bar-chart-with-one-dimension/m-p/1161076#M378517</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-07-15T21:46:55Z</dc:date>
    </item>
  </channel>
</rss>

