<?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 between two columns in a pivot chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172395#M41957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I'm new here and my english is very bad so....i'm sorry!!&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;I've the same problem as Nicolas : i need to do the difference between two columns (It looks like his exemple) but your solution doesn't work...(surely because i don't know how to do!) &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;do you know where could i found an exemple or tutorial about the expression "only (...)" or something else which can help me??&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Maeva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 11:21:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-25T11:21:14Z</dc:date>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172392#M41954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="background-color: #ffffff; margin: 8px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; background-origin: initial; background-clip: initial;"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot chart with two dimensions and three expressions :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2739_sourceID:2739" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'd like to have a third column with the difference of the two first ones like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;TRG_CODE&lt;/B&gt; &lt;B&gt;DATE&lt;/B&gt; 200912 201007 Difference&lt;/P&gt;&lt;P&gt;NIE Encours M€ 131,2 142,8 11,6&lt;/P&gt;&lt;P&gt;CREELIA NB entreprise 1352 1374 22&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that with my pivot table.&lt;/P&gt;&lt;P&gt;I attach the qvw&lt;/P&gt;&lt;P&gt;Thx for your help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;BR class="Apple-interchange-newline" /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 15:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172392#M41954</guid>
      <dc:creator />
      <dc:date>2010-11-04T15:38:37Z</dc:date>
    </item>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172393#M41955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the Presentation tab, show partial sums for DATE. Label it 'Difference'. Replace your current expressions with things like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(dimensionality()=1&lt;BR /&gt; ,only({&amp;lt;DATE={'$(=max(DATE))'}&amp;gt;} COLLECTES_NETTES)&lt;BR /&gt; -only({&amp;lt;DATE={'$(=min(DATE))'}&amp;gt;} COLLECTES_NETTES)&lt;BR /&gt; ,COLLECTES_NETTES)&lt;/P&gt;&lt;P&gt;There might be a simpler solution, but it seems to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 23:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172393#M41955</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-05T23:02:45Z</dc:date>
    </item>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172394#M41956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx a lot, it works very well.&lt;/P&gt;&lt;P&gt;I have another question. How can I do the same thing without my "CODE" dimension :&lt;/P&gt;&lt;P style="background:white;"&gt;&lt;B&gt;DATE&lt;/B&gt; 200912 201007 Difference&lt;/P&gt;&lt;P style="background:white;"&gt;Encours M€ 131,2 142,8 11,6&lt;/P&gt;&lt;P style="background:white;"&gt;NB entreprise 1352 1374 22&lt;/P&gt;&lt;P style="background:white;"&gt;&lt;/P&gt;&lt;P style="background:white;"&gt;because it doesn't work doing this :&lt;/P&gt;&lt;P style="background:white;"&gt;if(dimensionality()=1&lt;BR /&gt; ,only({&amp;lt;DATE={'$(=max(DATE))'}&amp;gt;} sum(EN_COURS))&lt;BR /&gt; -only({&amp;lt;DATE={'$(=min(DATE))'}&amp;gt;} sum(EN_COURS))&lt;BR /&gt; ,sum(EN_COURS))&lt;/P&gt;&lt;P style="background:white;"&gt;How can I aggregate the values on my "DATE" dimension (without the "CODE" dimension) and keep the difference between the two totals.&lt;/P&gt;&lt;P style="background:white;"&gt;&lt;/P&gt;&lt;P style="background:white;"&gt;Thx a lot for you help.&lt;/P&gt;&lt;P style="background:white;"&gt;Nicolas&lt;/P&gt;&lt;P style="background:white;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="padding-left:30px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 18:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172394#M41956</guid>
      <dc:creator />
      <dc:date>2010-11-09T18:17:34Z</dc:date>
    </item>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172395#M41957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I'm new here and my english is very bad so....i'm sorry!!&lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;I've the same problem as Nicolas : i need to do the difference between two columns (It looks like his exemple) but your solution doesn't work...(surely because i don't know how to do!) &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;do you know where could i found an exemple or tutorial about the expression "only (...)" or something else which can help me??&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Maeva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 11:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172395#M41957</guid>
      <dc:creator />
      <dc:date>2010-11-25T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172396#M41958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create new expression as Column(2) - Column(1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172396#M41958</guid>
      <dc:creator>bismart</dc:creator>
      <dc:date>2010-11-25T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172397#M41959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I'm searching but i don't find!!&lt;/P&gt;&lt;P&gt;I think it doesn't work in my case because my expression (exemple EN_COURS) isn't an amount recovered directly in my database BUT an amount which comes from a calculation (exemple SUM(if(OPER_VAL&amp;lt; DayStart(DATE_VL_OPER,1) or IsNull(OPER_VAL) ,OPER_NB_PART * VA_VALEUR_EURO,0 )&lt;/P&gt;&lt;P&gt;Do you agree with me?&lt;/P&gt;&lt;P&gt;thanks for your help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : here's what i tried&lt;/P&gt;&lt;P&gt;=if( dimensionality()=1&lt;BR /&gt;&lt;BR /&gt; ,only ({$&amp;lt;[Date Mise a jour VL]={"31/07/2010 23:59:00"}&amp;gt;}&lt;/P&gt;&lt;P&gt;(SUM(if(OPER_DT_VAL&amp;lt; DayStart(DATE_VL_OPER,1) or IsNull(OPER_DT_VAL) ,OPER_NB_PART * VA_VALEUR_EURO,0))))&lt;BR /&gt;&lt;BR /&gt;- only ({$&amp;lt;[Date Mise a jour VL]={"31/12/2009 23:59:00"}&amp;gt;}&lt;/P&gt;&lt;P&gt;(SUM(if(OPER_DT_VAL&amp;lt; DayStart(DATE_VL_OPER,1) or IsNull(OPER_DT_VAL) ,OPER_NB_PART * VA_VALEUR_EURO,0))))&lt;BR /&gt;&lt;BR /&gt;, (SUM(if(OPER_DT_VAL&amp;lt; DayStart(DATE_VL_OPER,1) or IsNull(OPER_DT_VAL) ,OPER_NB_PART * VA_VALEUR_EURO,0))))&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172397#M41959</guid>
      <dc:creator />
      <dc:date>2010-11-25T15:10:48Z</dc:date>
    </item>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172398#M41960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"column(2) - column(1)" doesn"t work because i have a dimension "DATE" and a expression "EN_COURS".&lt;/P&gt;&lt;P&gt;i have for exemple :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;colum 1 : september,&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;colum 2 : october&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would like :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;column 3 : difference for EN_COURS between column 1 and column 2.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you'll understand what i explain!! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 15:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172398#M41960</guid>
      <dc:creator />
      <dc:date>2010-11-25T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Difference between two columns in a pivot chart</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172399#M41961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;After long search my problem has changed!!&lt;/P&gt;&lt;P&gt;My expression is :&lt;/P&gt;&lt;P style="font-weight: bold"&gt;=if(dimensionality()=1&lt;BR /&gt; ,&lt;BR /&gt;(SUM(if(MonthEnd([Date Mise a jour VL]) = MonthEnd(DateDeSelection) and (OPER_DT_VAL&amp;lt; DayStart(DATE_VL_OPER,1) or IsNull(OPER_DT_VAL) ),OPER_NB_PART * VA_VALEUR_EURO,0)))&lt;BR /&gt;-&lt;BR /&gt;(SUM(if(MonthEnd([Date Mise a jour VL]) =MonthEnd(YearEnd(AddYears(DateDeSelection,-1))) and (OPER_DT_VAL&amp;lt; DayStart(DATE_VL_OPER,1) or IsNull(OPER_DT_VAL) ),OPER_NB_PART * VA_VALEUR_EURO,0)))&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;I get the following result :&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="474"&gt;&lt;COL style="width:69pt;" width="92" /&gt;&lt;COL style="width:37pt;" width="49" /&gt;&lt;COL style="width:83pt;" width="111" /&gt;&lt;COL style="width:83pt;" width="111" /&gt;&lt;COL style="width:83pt;" width="111" /&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;width:69pt;" width="92"&gt;&lt;B&gt;Apporteur&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl25" style="width:37pt;" width="49"&gt;&lt;B&gt;Date&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl32" style="border-left:medium none;width:83pt;" width="111"&gt;&lt;B&gt;12/2009&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl26" style="border-left:medium none;width:83pt;" width="111"&gt;&lt;B&gt;07/2010&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl27" style="border-left:medium none;width:83pt;" width="111"&gt;&lt;B&gt;Variation&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;aa&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-508 368,46 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;497 614,12 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-10 754,34 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;bb&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-3 585 396,53 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;3 634 405,24 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;49 008,71 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;cc&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-4 490 400,79 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;4 399 782,08 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-90 618,71 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;dd&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-236 872,16 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;235 583,66 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-1 288,50 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;ee&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-2 491 218,79 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;2 439 177,91 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-52 040,88 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;ff&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-21 070 265,49 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;20 925 739,14 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-144 526,35 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;gg&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-1 689 665,93 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;1 678 919,54 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-10 746,39 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this pivot chart is good EXCEPT the sign befor values for 12/2009 :&lt;/P&gt;&lt;P&gt;i would like the same WITHOUT the minus sign which is before amount 12/2009 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="474"&gt;&lt;COL style="width:69pt;" width="92" /&gt;&lt;COL style="width:37pt;" width="49" /&gt;&lt;COL style="width:83pt;" width="111" /&gt;&lt;COL style="width:83pt;" width="111" /&gt;&lt;COL style="width:83pt;" width="111" /&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="height:12.75pt;width:69pt;" width="92"&gt;&lt;B&gt;Apporteur&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl25" style="width:37pt;" width="49"&gt;&lt;B&gt;Date&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl32" style="border-left:medium none;width:83pt;" width="111"&gt;&lt;B&gt;12/2009&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl26" style="border-left:medium none;width:83pt;" width="111"&gt;&lt;B&gt;07/2010&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl27" style="border-left:medium none;width:83pt;" width="111"&gt;&lt;B&gt;Variation&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;aa&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;508 368,46 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;497 614,12 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-10 754,34 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;bb&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;3 585 396,53 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;3 634 405,24 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;49 008,71 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;cc&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;4 490 400,79 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;4 399 782,08 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-90 618,71 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;dd&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;236 872,16 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;235 583,66 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-1 288,50 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;ee&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;2 491 218,79 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;2 439 177,91 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-52 040,88 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;ff&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;21 070 265,49 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;20 925 739,14 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-144 526,35 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl28" height="17" style="border-top:medium none;height:12.75pt;"&gt;&lt;B&gt;gg&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl29" style="border-top:medium none;"&gt;&lt;B&gt;&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl33" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;1 689 665,93 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl30" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;1 678 919,54 €&lt;/B&gt;&lt;/TD&gt;&lt;TD align="right" class="xl31" style="border-top:medium none;border-left:medium none;"&gt;&lt;B&gt;-10 746,39 €&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Do you know how can i do it ??&lt;/P&gt;&lt;P&gt;Thankkkkkk you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 11:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-two-columns-in-a-pivot-chart/m-p/172399#M41961</guid>
      <dc:creator />
      <dc:date>2010-11-26T11:31:06Z</dc:date>
    </item>
  </channel>
</rss>

