<?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 How to show the &amp;quot;total&amp;quot; bar at the left most of the bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212583#M66528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my zones say north east south and west and the total as a country all the quanties r shown but the total quantity of the country is shown in the right position of the bar chart but i want it in the left most position can i do it without any scripting only can it possible to do in the presentation layout or not or any other bar properties to change to make it possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Dec 2010 06:37:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-04T06:37:27Z</dc:date>
    <item>
      <title>How to show the "total" bar at the left most of the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212581#M66526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to show the "total" bar at the left most of the bar chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 12:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212581#M66526</guid>
      <dc:creator />
      <dc:date>2010-12-03T12:58:38Z</dc:date>
    </item>
    <item>
      <title>How to show the "total" bar at the left most of the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212582#M66527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way would be to add an additional table and field. Let's say your dimension was "Fruit" and you had fruits 'apple', 'orange' and 'grape'. It would look like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;FruitGroups:&lt;BR /&gt;FruitGroup, Fruit&lt;BR /&gt;total,apple&lt;BR /&gt;total,orange&lt;BR /&gt;total,grape&lt;BR /&gt;apple,apple&lt;BR /&gt;orange,orange&lt;BR /&gt;grape,grape&lt;/P&gt;&lt;P&gt;You'd probably want to avoid an inline load. You could probably do something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Fruits:&lt;BR /&gt;LOAD fieldvalue('Fruit',iterno()) as Fruit&lt;BR /&gt;AUTOGENERATE 1&lt;BR /&gt;WHILE len(fieldvalue('Fruit',iterno()))&lt;BR /&gt;;&lt;BR /&gt;FruitGroups:&lt;BR /&gt;LOAD&lt;BR /&gt; 'total' as FruitGroup&lt;BR /&gt;,Fruit&lt;BR /&gt;RESIDENT Fruits&lt;BR /&gt;;&lt;BR /&gt;CONCATENATE (FruitGroups)&lt;BR /&gt;LOAD&lt;BR /&gt; Fruit as FruitGroup&lt;BR /&gt;,Fruit&lt;BR /&gt;RESIDENT Fruits&lt;BR /&gt;;&lt;BR /&gt;DROP TABLE Fruits;&lt;/P&gt;&lt;P&gt;Then use FruitGroup as your dimension instead of Fruit. Sort in load order, and since 'total' was the first value loaded, it should be the left most bar of the chart. If it were me, I'd probably also use a background color expression to give the total a different color, just to make it even more visually distinct from the rest of the data.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Dec 2010 03:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212582#M66527</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-04T03:02:13Z</dc:date>
    </item>
    <item>
      <title>How to show the "total" bar at the left most of the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212583#M66528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my zones say north east south and west and the total as a country all the quanties r shown but the total quantity of the country is shown in the right position of the bar chart but i want it in the left most position can i do it without any scripting only can it possible to do in the presentation layout or not or any other bar properties to change to make it possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Dec 2010 06:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212583#M66528</guid>
      <dc:creator />
      <dc:date>2010-12-04T06:37:27Z</dc:date>
    </item>
    <item>
      <title>How to show the "total" bar at the left most of the bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212584#M66529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Dec 2010 08:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-quot-total-quot-bar-at-the-left-most-of-the-bar/m-p/212584#M66529</guid>
      <dc:creator />
      <dc:date>2010-12-04T08:27:53Z</dc:date>
    </item>
  </channel>
</rss>

