<?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 Mini Chart - no chart for grand total? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186474#M50544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also had this problem. I would think it should just display, like any other total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 13:33:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-19T13:33:37Z</dc:date>
    <item>
      <title>Mini Chart - no chart for grand total?</title>
      <link>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186472#M50542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I love the Mini Chart feature of QV 9 and use it all the time. However I have not figured out a way to graph the grand total - each value gets graphed but not the total. Any ideas? I have tried playing with the "Total Mode" and nothing happens. &lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1260_sourceID:1260" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 22:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186472#M50542</guid>
      <dc:creator />
      <dc:date>2010-03-18T22:25:59Z</dc:date>
    </item>
    <item>
      <title>Mini Chart - no chart for grand total?</title>
      <link>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186473#M50543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same question here!&lt;/P&gt;&lt;P&gt;Now, as a workaround, I had to create a second table and try and 'pretend' it's the same table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2010 14:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186473#M50543</guid>
      <dc:creator />
      <dc:date>2010-04-02T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Mini Chart - no chart for grand total?</title>
      <link>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186474#M50544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also had this problem. I would think it should just display, like any other total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186474#M50544</guid>
      <dc:creator />
      <dc:date>2011-01-19T13:33:37Z</dc:date>
    </item>
    <item>
      <title>Mini Chart - no chart for grand total?</title>
      <link>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186475#M50545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this same challenge and resolved it so I thought I'd share. First the evidence:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0167.3_2D00_31_2D00_2011-1_2D00_14_2D00_05-PM.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0167.3_2D00_31_2D00_2011-1_2D00_14_2D00_05-PM.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Transformed into ....&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2625.3_2D00_31_2D00_2011-1_2D00_21_2D00_41-PM.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2625.3_2D00_31_2D00_2011-1_2D00_21_2D00_41-PM.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The secret is in your load script. You basically need to create a "dummy" table that hooks off your displayed dimension that has an aggregated TOTAL row. A good way to understand it is a snowflake off your primary dimension with exactly TWICE as many rows as your primary dimension, 1/2 the rows exactly the same as your primary dimension and the other 1/2 hardcoded with 'Total'. I've seen people in the past call this a fancy name but I forget what they call it. I actually use this all over the place when special total formatting is needed.&lt;/P&gt;&lt;P&gt;Once you have this table, personally I call it &amp;lt;primary dimension name&amp;gt; Total Snow, you use it instead of your primary dimension. You don't show totals because you already have a "total" row in your dataset. You can take it from here, once you have the row "total" in your dataset you can format accordingly.&lt;/P&gt;&lt;P&gt;Have fun - DB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 20:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mini-Chart-no-chart-for-grand-total/m-p/186475#M50545</guid>
      <dc:creator />
      <dc:date>2011-03-31T20:31:37Z</dc:date>
    </item>
  </channel>
</rss>

