<?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: Sum if not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141058#M890898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work. So my guess is that "rate_eur" does not have a numeric interpretation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try IsNum(rate_eur) in a list box just to see what you get...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2016 13:28:27 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2016-08-19T13:28:27Z</dc:date>
    <item>
      <title>Sum if not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141054#M890894</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/135020_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You see the picture above. Turnover is calculated by using this expression:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(If(IsNull(sub_exec_broker),trade_price*traded_amount)) &lt;STRONG&gt;&amp;lt;- Works fine!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then I just want to convert it to EUR in a second column by just adding:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;sum(If(IsNull(sub_exec_broker),trade_price*traded_amount&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;/rate_eur&lt;/STRONG&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;And this makes it not working. Any suggestions?&lt;/SPAN&gt;&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/Sum-if-not-working/m-p/1141054#M890894</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sum if not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141055#M890895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum(If(IsNull(sub_exec_broker),trade_price*traded_amount))/rate_eur&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141055#M890895</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-19T13:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sum if not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141056#M890896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working, null values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141056#M890896</guid>
      <dc:creator />
      <dc:date>2016-08-19T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sum if not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141057#M890897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&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;sum(If(IsNull(sub_exec_broker),(trade_price*traded_amount)&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;/rate_eur&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;))&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;&lt;BR /&gt;&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;Regards,&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;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141057#M890897</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-19T13:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sum if not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141058#M890898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work. So my guess is that "rate_eur" does not have a numeric interpretation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try IsNum(rate_eur) in a list box just to see what you get...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-if-not-working/m-p/1141058#M890898</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-08-19T13:28:27Z</dc:date>
    </item>
  </channel>
</rss>

