<?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 can i sum the following column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830447#M292278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would hazard a guess that Qlikview thinks the values are TEXT due to the ' being used as a separator, remove the character in the load script and add it again using the number formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 10:32:51 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2015-07-08T10:32:51Z</dc:date>
    <item>
      <title>How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830446#M292277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a column which has filed 'Amount' as followes:&lt;/P&gt;&lt;P&gt;Amount &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 64px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;80'899.15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;37'787.46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;37'787.46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;13'895.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;33'924.67&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1'799.23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;3'598.46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;501'242.88&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1'503'728.66&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When is use sum function sum(Amount) it gives value 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone one explain how to resolve this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830446#M292277</guid>
      <dc:creator />
      <dc:date>2015-07-08T10:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830447#M292278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would hazard a guess that Qlikview thinks the values are TEXT due to the ' being used as a separator, remove the character in the load script and add it again using the number formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830447#M292278</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-07-08T10:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830448#M292279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KeepChar(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amount&lt;/SPAN&gt;,'0123456789') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amount&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 10:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830448#M292279</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-07-08T10:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830449#M292280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The blow link may helps you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/131466"&gt;Remove characters before a special character&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830449#M292280</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-07-08T11:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830450#M292281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can also try this if you have other special characters in your field data.&lt;/P&gt;&lt;P&gt;SubField(SubField(SubField(SubField(SubField(Amount,'/'),'.'),'&amp;amp;'),'('),')') as Amount;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830450#M292281</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-07-08T11:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830451#M292282</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;Convert your Amount value from Text to number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830451#M292282</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-08T12:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830452#M292283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is solves your problem please mark it as correct answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830452#M292283</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-07-08T12:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830453#M292284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just replace the sepecial thousand separator with nothig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(replace (Amount,chr(39),''))&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830453#M292284</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2015-07-08T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830454#M292285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;LOAD * ,SubField(SubField(SubField(SubField(SubField(Amount,'/'),'.'),'&amp;amp;'),'('),')') as TEST_AMOUNT INLINE [&lt;/P&gt;&lt;P&gt;Amount&lt;/P&gt;&lt;P&gt;80'899.15&lt;/P&gt;&lt;P&gt;37'787.46&lt;/P&gt;&lt;P&gt;37'787.46&lt;/P&gt;&lt;P&gt;13'895.00&lt;/P&gt;&lt;P&gt;33'924.67&lt;/P&gt;&lt;P&gt;1'799.23&lt;/P&gt;&lt;P&gt;3'598.46&lt;/P&gt;&lt;P&gt;501'242.88&lt;/P&gt;&lt;P&gt;1'503'728.66&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830454#M292285</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-07-08T12:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can i sum the following column</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830455#M292286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PurgeChar(Amount,Chr(39)) as Amount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 12:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-sum-the-following-column/m-p/830455#M292286</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-08T12:50:11Z</dc:date>
    </item>
  </channel>
</rss>

