<?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: Subtotal within a Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606654#M1104944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes in front add calculated dimension&lt;/P&gt;&lt;P&gt;if([Dispatch Area]=NEOC*,'North',&lt;/P&gt;&lt;P&gt;'South')&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 10:10:20 GMT</pubDate>
    <dc:creator>preminqlik</dc:creator>
    <dc:date>2014-03-21T10:10:20Z</dc:date>
    <item>
      <title>Subtotal within a Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606649#M1104939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have 2 Sub totals within a single Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Dispatch Area - This contains 8 Different Dispatch Areas 4 for the North &amp;amp; 4 for the South. So North areas start with NEOC and South areas start with SEOC&lt;/P&gt;&lt;P&gt;Data Fields&lt;/P&gt;&lt;P&gt;So what I would like to show on my data is: Where North or South is shown this will be the sub total. This needs to appear in the same column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21/3/14 NEOC1 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 NEOC2 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 NEOC3 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 NEOC4 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 North Data Values&lt;/P&gt;&lt;P&gt;21/3/14 SEOC1 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 SEOC2 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 SEOC3 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 SEOC4 Data Values&lt;/P&gt;&lt;P&gt;21/3/14 South Data Values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606649#M1104939</guid>
      <dc:creator>cupelix-qlik</dc:creator>
      <dc:date>2014-03-21T09:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal within a Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606650#M1104940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide your sample data file...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606650#M1104940</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-21T09:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal within a Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606651#M1104941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have a sample data file, I have shown above what I need. The Data Values are just Interger Values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606651#M1104941</guid>
      <dc:creator>cupelix-qlik</dc:creator>
      <dc:date>2014-03-21T09:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal within a Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606652#M1104942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if([Dispatch Area]=NEOC*,'North',&lt;/P&gt;&lt;P&gt;'South')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;XXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in frontend add dimension named "Region '&lt;/P&gt;&lt;P&gt;use subtotal for that &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606652#M1104942</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-03-21T09:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal within a Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606653#M1104943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer, is it possible to do without changing the Load Script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606653#M1104943</guid>
      <dc:creator>cupelix-qlik</dc:creator>
      <dc:date>2014-03-21T10:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal within a Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606654#M1104944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes in front add calculated dimension&lt;/P&gt;&lt;P&gt;if([Dispatch Area]=NEOC*,'North',&lt;/P&gt;&lt;P&gt;'South')&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606654#M1104944</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-03-21T10:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Subtotal within a Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606655#M1104945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately that adds an additional Column, what i need is to have the subtotal appear in the same column as the dispatch area, if this isn't possible then thats fine I just need to know one way or the other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subtotal-within-a-Dimension/m-p/606655#M1104945</guid>
      <dc:creator>cupelix-qlik</dc:creator>
      <dc:date>2014-03-21T10:43:55Z</dc:date>
    </item>
  </channel>
</rss>

