<?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 Difference from 2 totals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217907#M71080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;BR /&gt; I have a problem I need to create a structure like the follow&lt;/P&gt;&lt;P&gt;&lt;B&gt;A) Profit&lt;/B&gt; - Account 1 --- 100€&lt;BR /&gt; Account 2 --- 100€ &lt;B&gt;&lt;BR /&gt;Total A -- 200€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;B) Loss&lt;/B&gt; - Account 3 --- 60€&lt;BR /&gt; Account 4 --- 10€ &lt;B&gt;&lt;BR /&gt;Total B -- 70€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;MOL A - B 130€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;C) Other&lt;/B&gt; - Account 5 --- 30€&lt;BR /&gt; Account 6 --- 20€ &lt;B&gt;&lt;BR /&gt;Total C -- 50€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Create total is easy the problem is addin one row A-B, i tried to create many tables (one for each section A, B, A-B, C...) but I don't know how can create difference from two tables.&lt;/P&gt;&lt;P&gt;Anybody can help me...&lt;/P&gt;&lt;P&gt;Many thanks&lt;BR /&gt;Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 17:20:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-16T17:20:47Z</dc:date>
    <item>
      <title>Difference from 2 totals</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217907#M71080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;BR /&gt; I have a problem I need to create a structure like the follow&lt;/P&gt;&lt;P&gt;&lt;B&gt;A) Profit&lt;/B&gt; - Account 1 --- 100€&lt;BR /&gt; Account 2 --- 100€ &lt;B&gt;&lt;BR /&gt;Total A -- 200€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;B) Loss&lt;/B&gt; - Account 3 --- 60€&lt;BR /&gt; Account 4 --- 10€ &lt;B&gt;&lt;BR /&gt;Total B -- 70€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;MOL A - B 130€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;C) Other&lt;/B&gt; - Account 5 --- 30€&lt;BR /&gt; Account 6 --- 20€ &lt;B&gt;&lt;BR /&gt;Total C -- 50€&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Create total is easy the problem is addin one row A-B, i tried to create many tables (one for each section A, B, A-B, C...) but I don't know how can create difference from two tables.&lt;/P&gt;&lt;P&gt;Anybody can help me...&lt;/P&gt;&lt;P&gt;Many thanks&lt;BR /&gt;Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 17:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217907#M71080</guid>
      <dc:creator />
      <dc:date>2009-10-16T17:20:47Z</dc:date>
    </item>
    <item>
      <title>Difference from 2 totals</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217908#M71081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;I've attached a close example, maybe it could be help you.&lt;/P&gt;&lt;P&gt;Ask me whatever you want.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 18:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217908#M71081</guid>
      <dc:creator />
      <dc:date>2009-10-16T18:23:35Z</dc:date>
    </item>
    <item>
      <title>Difference from 2 totals</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217909#M71082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not aboe to interpret your requirement fully. But a littile thought.&lt;/P&gt;&lt;P&gt;Create a table like below:&lt;/P&gt;&lt;P&gt;ProffitLoss:&lt;BR /&gt;DIRECTORY '$(QVDGdir)';&lt;BR /&gt;LOAD&lt;BR /&gt; 'PR' as Type,&lt;BR /&gt; .......&lt;BR /&gt; ....... as Amount&lt;BR /&gt;FROM .... where ...&lt;BR /&gt;CONCATENATE&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt; 'LO' as Type,&lt;BR /&gt; .......&lt;BR /&gt; ....... as Amount&lt;BR /&gt;FROM .... where ...&lt;BR /&gt;CONCATENATE&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;BR /&gt; 'OT' as Type,&lt;BR /&gt; .......&lt;BR /&gt; ....... as Amount&lt;BR /&gt;FROM .... where ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in any expressions, Amount of Profit/Loss/Other can be referenced by the type and can be aggregated on any dimension hierarchy like object accoutn, BU, company etc.&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 18:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217909#M71082</guid>
      <dc:creator />
      <dc:date>2009-10-16T18:31:46Z</dc:date>
    </item>
    <item>
      <title>Difference from 2 totals</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217910#M71083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miuguel thnk you for your suggestion but i don't have MOL row in master data should be a calculate row....&lt;/P&gt;&lt;P&gt;Master DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:125pt;" width="167"&gt;&lt;COL style="width:39pt;" width="52" /&gt;&lt;COL style="width:39pt;" width="52" /&gt;&lt;COL style="width:47pt;" width="63" /&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;width:39pt;" width="52"&gt;Group&lt;/TD&gt;&lt;TD class="xl24" style="border-left:medium none;width:39pt;" width="52"&gt;Account&lt;/TD&gt;&lt;TD class="xl24" style="border-left:medium none;width:47pt;" width="63"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-top:medium none;height:12.75pt;"&gt;Profit&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC1&lt;/TD&gt;&lt;TD class="xl27" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl26" height="17" style="border-top:medium none;height:12.75pt;"&gt;Profit&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;AC2&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-top:medium none;height:12.75pt;"&gt;Lost&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC3&lt;/TD&gt;&lt;TD class="xl27" style="border-top:medium none;border-left:medium none;"&gt;€ 60,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl26" height="17" style="border-top:medium none;height:12.75pt;"&gt;Lost&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;AC4&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 10,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-top:medium none;height:12.75pt;"&gt;Other&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC5&lt;/TD&gt;&lt;TD class="xl27" style="border-top:medium none;border-left:medium none;"&gt;€ 30,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl26" height="17" style="border-top:medium none;height:12.75pt;"&gt;Other&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;AC6&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 20,00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;should be in Qlick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:317pt;" width="423"&gt;&lt;COL style="width:89pt;" width="119" /&gt;&lt;COL span="2" style="width:48pt;" width="64" /&gt;&lt;COL style="width:132pt;" width="176" /&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl32" height="17" style="height:12.75pt;width:89pt;" width="119"&gt;Group&lt;/TD&gt;&lt;TD class="xl32" style="border-left:medium none;width:48pt;" width="64"&gt;Account&lt;/TD&gt;&lt;TD class="xl32" style="border-left:medium none;width:48pt;" width="64"&gt;Value&lt;/TD&gt;&lt;TD style="width:132pt;" width="176"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="34" rowspan="2" style="border-top:medium none;height:25.5pt;"&gt;A) Profit&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC1&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl27" height="17" style="border-top:medium none;border-left:medium none;height:12.75pt;"&gt;AC2&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl29" height="17" style="border-top:medium none;height:12.75pt;"&gt;Total Profit&lt;/TD&gt;&lt;TD class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;/TD&gt;&lt;TD class="xl31" style="border-top:medium none;border-left:medium none;"&gt;€ 200,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="34" rowspan="2" style="border-top:medium none;height:25.5pt;"&gt;B) Lost&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC3&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;€ 60,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl27" height="17" style="border-top:medium none;border-left:medium none;height:12.75pt;"&gt;AC4&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 10,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl29" height="17" style="border-top:medium none;height:12.75pt;"&gt;Total Lost&lt;/TD&gt;&lt;TD class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;/TD&gt;&lt;TD class="xl31" style="border-top:medium none;border-left:medium none;"&gt;€ 70,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl33" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;MOL&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl34" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl35" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;&lt;/B&gt;€ 130,00&lt;/TD&gt;&lt;TD&gt;&lt;B&gt;&lt;/B&gt;The problem is on this line&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="34" rowspan="2" style="border-top:medium none;height:25.5pt;"&gt;C) Other&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC5&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;€ 30,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl27" height="17" style="border-top:medium none;border-left:medium none;height:12.75pt;"&gt;AC6&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 20,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl36" height="17" style="border-top:medium none;height:12.75pt;"&gt;TOTAL Other&lt;/TD&gt;&lt;TD class="xl36" style="border-top:medium none;border-left:medium none;"&gt;&lt;/TD&gt;&lt;TD class="xl37" style="border-top:medium none;border-left:medium none;"&gt;€ 50,00&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 22:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217910#M71083</guid>
      <dc:creator />
      <dc:date>2009-10-16T22:40:38Z</dc:date>
    </item>
    <item>
      <title>Difference from 2 totals</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217911#M71084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun thank you for your suggestion but i don't have MOL row in master data should be a calculate row....&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Master DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:125pt;" width="167"&gt;&lt;COL style="width:39pt;" width="52" /&gt;&lt;COL style="width:39pt;" width="52" /&gt;&lt;COL style="width:47pt;" width="63" /&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;width:39pt;" width="52"&gt;Group&lt;/TD&gt;&lt;TD class="xl24" style="border-left:medium none;width:39pt;" width="52"&gt;Account&lt;/TD&gt;&lt;TD class="xl24" style="border-left:medium none;width:47pt;" width="63"&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-top:medium none;height:12.75pt;"&gt;Profit&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC1&lt;/TD&gt;&lt;TD class="xl27" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl26" height="17" style="border-top:medium none;height:12.75pt;"&gt;Profit&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;AC2&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-top:medium none;height:12.75pt;"&gt;Lost&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC3&lt;/TD&gt;&lt;TD class="xl27" style="border-top:medium none;border-left:medium none;"&gt;€ 60,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl26" height="17" style="border-top:medium none;height:12.75pt;"&gt;Lost&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;AC4&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 10,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl25" height="17" style="border-top:medium none;height:12.75pt;"&gt;Other&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC5&lt;/TD&gt;&lt;TD class="xl27" style="border-top:medium none;border-left:medium none;"&gt;€ 30,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl26" height="17" style="border-top:medium none;height:12.75pt;"&gt;Other&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;AC6&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 20,00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Should be in Qlick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:317pt;" width="423"&gt;&lt;COL style="width:89pt;" width="119" /&gt;&lt;COL span="2" style="width:48pt;" width="64" /&gt;&lt;COL style="width:132pt;" width="176" /&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl32" height="17" style="height:12.75pt;width:89pt;" width="119"&gt;Group&lt;/TD&gt;&lt;TD class="xl32" style="border-left:medium none;width:48pt;" width="64"&gt;Account&lt;/TD&gt;&lt;TD class="xl32" style="border-left:medium none;width:48pt;" width="64"&gt;Value&lt;/TD&gt;&lt;TD style="width:132pt;" width="176"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="34" rowspan="2" style="border-top:medium none;height:25.5pt;"&gt;A) Profit&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC1&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl27" height="17" style="border-top:medium none;border-left:medium none;height:12.75pt;"&gt;AC2&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 100,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl29" height="17" style="border-top:medium none;height:12.75pt;"&gt;Total Profit&lt;/TD&gt;&lt;TD class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;/TD&gt;&lt;TD class="xl31" style="border-top:medium none;border-left:medium none;"&gt;€ 200,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="34" rowspan="2" style="border-top:medium none;height:25.5pt;"&gt;B) Lost&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC3&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;€ 60,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl27" height="17" style="border-top:medium none;border-left:medium none;height:12.75pt;"&gt;AC4&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 10,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl29" height="17" style="border-top:medium none;height:12.75pt;"&gt;Total Lost&lt;/TD&gt;&lt;TD class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;/TD&gt;&lt;TD class="xl31" style="border-top:medium none;border-left:medium none;"&gt;€ 70,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl33" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;MOL&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl34" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl35" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;&lt;/B&gt;€ 130,00&lt;/TD&gt;&lt;TD&gt;&lt;B&gt;&lt;/B&gt;The problem is on this line&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="34" rowspan="2" style="border-top:medium none;height:25.5pt;"&gt;C) Other&lt;/TD&gt;&lt;TD class="xl25" style="border-top:medium none;border-left:medium none;"&gt;AC5&lt;/TD&gt;&lt;TD class="xl26" style="border-top:medium none;border-left:medium none;"&gt;€ 30,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl27" height="17" style="border-top:medium none;border-left:medium none;height:12.75pt;"&gt;AC6&lt;/TD&gt;&lt;TD class="xl28" style="border-top:medium none;border-left:medium none;"&gt;€ 20,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl36" height="17" style="border-top:medium none;height:12.75pt;"&gt;TOTAL Other&lt;/TD&gt;&lt;TD class="xl36" style="border-top:medium none;border-left:medium none;"&gt;&lt;/TD&gt;&lt;TD class="xl37" style="border-top:medium none;border-left:medium none;"&gt;€ 50,00&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 22:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217911#M71084</guid>
      <dc:creator />
      <dc:date>2009-10-16T22:42:38Z</dc:date>
    </item>
    <item>
      <title>Difference from 2 totals</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217912#M71085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't we create a resident table from the above, with MOL as derived field?&lt;/P&gt;&lt;P&gt;ProfitLosswithMOL:&lt;BR /&gt;LOAD&lt;BR /&gt;AccountID,&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;if(Type='PR',Amount,null())-if(Type='LO',Amount,null()) as MOL,&lt;BR /&gt;....&lt;BR /&gt;resident ProfitLoss;&lt;/P&gt;&lt;P&gt;if your intention is still different, let us wait for some expert opinions to come in...&lt;/P&gt;&lt;P&gt;--Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 23:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217912#M71085</guid>
      <dc:creator />
      <dc:date>2009-10-16T23:04:37Z</dc:date>
    </item>
    <item>
      <title>Difference from 2 totals</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217913#M71086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;I can see you don't understand my example, I've used two inlines tables because I don't have your data, but the first one must be your table data but the second one is really a template inline table, I mean, you have to do a template including the accounts and the calculations that you need, so, it will be relationated trough the account field, see my example again.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 21:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-from-2-totals/m-p/217913#M71086</guid>
      <dc:creator />
      <dc:date>2009-10-19T21:20:43Z</dc:date>
    </item>
  </channel>
</rss>

