<?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: How to sum with a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140385#M891077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry doesnt give me anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 11:26:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-19T11:26:53Z</dc:date>
    <item>
      <title>How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140379#M891071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, so I created a variable in settings and now I want to use this variable when summing up things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable: Turnover&lt;/P&gt;&lt;P&gt;trade_price*traded_amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;sum(If(IsNull(sub_exec_broker),Turnover))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140379#M891071</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140380#M891072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(If(IsNull(sub_exec_broker),$(Turnover)))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140380#M891072</guid>
      <dc:creator />
      <dc:date>2016-08-19T11:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140381#M891073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(If(IsNull(sub_exec_broker), &lt;STRONG&gt;$( &lt;/STRONG&gt;Turnover &lt;STRONG&gt;)&lt;/STRONG&gt; ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140381#M891073</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-19T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140382#M891074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(If(IsNull(sub_exec_broker),$(Turnover)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140382#M891074</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-08-19T11:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140383#M891075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update:- When create the variable Turnover do not use = sign above the fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Turnover = 'trade_price*traded_amount';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And expression will be =sum( &lt;EM&gt;&lt;STRONG&gt;$(Turnover)&lt;/STRONG&gt;&lt;/EM&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140383#M891075</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-19T11:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140384#M891076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Working. Should I change anything to the defintiion of the variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140384#M891076</guid>
      <dc:creator />
      <dc:date>2016-08-19T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140385#M891077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry doesnt give me anything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140385#M891077</guid>
      <dc:creator />
      <dc:date>2016-08-19T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140386#M891078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesnt sum i jsut get 0 as value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140386#M891078</guid>
      <dc:creator />
      <dc:date>2016-08-19T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140387#M891079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create variable like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let Turnover = &lt;STRONG&gt;'&lt;/STRONG&gt;trade_price*traded_amount&lt;STRONG&gt;'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Expression:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( If ( IsNull( sub_exec_broker ) = -1, &lt;STRONG&gt;&lt;EM&gt;$(Turnover)&lt;/EM&gt;&lt;/STRONG&gt; ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 11:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140387#M891079</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-19T11:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140388#M891080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate your effort, but it doesnt work I get 0 as value I have made the LET step and use your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140388#M891080</guid>
      <dc:creator />
      <dc:date>2016-08-19T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140389#M891081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niklas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why have you created this var? Do it more simple: Sum(If(IsNull(sub_exec_broker),trade_price*traded_amount).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option is: Sum({&amp;lt;sub_exec_broker={'*'}&amp;gt;}trade_price*traded_amount), here you will sum all values for your product, but only when sub_exec_broker has value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third option is use variable functions:&lt;/P&gt;&lt;P&gt;Your Variable: Sum({&amp;lt;$1={$2}&amp;gt;},$3*$4)&lt;/P&gt;&lt;P&gt;Your Expression: $(YourVarName(sub_exec_broker,'*',trade_price,traded_amount))&lt;/P&gt;&lt;P&gt;It will be translated like this: Sum({&amp;lt;sub_exec_broker={'*'}&amp;gt;}trade_price*traded_amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140389#M891081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140390#M891082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In any text object or the chart check what output you get from the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IsNull( sub_exec_broker )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use that condition to check for Isnull() function, Also Isnull() function return -1 if the condition is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140390#M891082</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-19T12:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140391#M891083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks but the reason is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(If(IsNull(sub_exec_broker),(trade_price*traded_amount)))&lt;/P&gt;&lt;P&gt;This works but I need to make further calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(If(IsNull(sub_exec_broker),(trade_price*traded_amount/rate_eur*rates)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should give me the final and expected value but this doesnt work. This just gives me 0 in an expression therefor I was trying to make it with a variable. If you undestand? Maybe you have another suggestion in doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140391#M891083</guid>
      <dc:creator />
      <dc:date>2016-08-19T12:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140392#M891084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the reason you are not getting the result because the field &lt;STRONG style="font-size: 13.3333px;"&gt;sub_exec_broker &lt;/STRONG&gt;value is not a real null. So use the below expression: Hope this helps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(If(Len(Trim(sub_exec_broker))=0,$(Turnover) ))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140392#M891084</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-08-19T12:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140393#M891085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niklas,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEN(Replace(Replace(sub_exec_broker,' ',''),Chr(10),''))=0, //Here you can have some chars, i deleted returns and blanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (trade_price*traded_amount) /&amp;nbsp;&amp;nbsp; //be carefull with operators priority&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (rate_eur*rates)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 12:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140393#M891085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T12:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140394#M891086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135016_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see the picture above. Turnover is calculated by using this expression:&lt;/P&gt;&lt;P&gt;sum(If(IsNull(sub_exec_broker),trade_price*traded_amount)) &amp;lt;- Works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I want to jsut convert it to EUR in second column by just adding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum(If(IsNull(sub_exec_broker),trade_price*traded_amount&lt;STRONG&gt;/rate_eur&lt;/STRONG&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;And it is not working. Any suggestions?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140394#M891086</guid>
      <dc:creator />
      <dc:date>2016-08-19T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140395#M891087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only reason for this issue is that the rate_euro is null where the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;sub_exec_broker is empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Your data should be like this :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="370"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="16" width="74"&gt;exec_broker&lt;/TD&gt;&lt;TD class="xl66" width="74"&gt;sub_exec_broker&lt;/TD&gt;&lt;TD class="xl66" width="74"&gt;traded_amount&lt;/TD&gt;&lt;TD class="xl66" width="74"&gt;trade_price&lt;/TD&gt;&lt;TD class="xl66" width="74"&gt;rate_eur&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="16"&gt;A&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;"&gt;A1&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;"&gt;24000&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;"&gt;1,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="16" style="border-top: none;"&gt;L&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;5000&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="16" style="border-top: none;"&gt;M&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;M1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;19000&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="16" style="border-top: none;"&gt;M&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;M2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;18000&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="16" style="border-top: none;"&gt;P&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;P1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;17000&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="16" style="border-top: none;"&gt;P&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;5000&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="16" style="border-top: none;"&gt;S&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;6000&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140395#M891087</guid>
      <dc:creator />
      <dc:date>2016-08-19T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum with a variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140396#M891088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum(If(IsNull(sub_exec_broker),trade_price*traded_amount&lt;STRONG&gt;/If(IsNull(rate_eur),1,&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;rate_eur)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 06:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-with-a-variable/m-p/1140396#M891088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T06:02:05Z</dc:date>
    </item>
  </channel>
</rss>

