<?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 convert string to number? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124218#M751754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;STRONG&gt;sum(num#(replace(replace(Forecast_Cost_to_Complete,'(',''),')',''),'####') &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2018 19:07:22 GMT</pubDate>
    <dc:creator>sujana1621</dc:creator>
    <dc:date>2018-11-09T19:07:22Z</dc:date>
    <item>
      <title>How to convert string to number?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124216#M751752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table as shown below; When selected Code = 17 the value is showing as 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/218021_1.PNG" style="height: 504px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Code = 17, the value is a string which is why my expression is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Num#(Forecast_Cost_to_Complete,'###,###,###'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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-convert-string-to-number/m-p/124216#M751752</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to number?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124217#M751753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding a format for the negative numbers into the format string: =num#('(1234,12)', &lt;STRONG&gt;'#,##0.00&lt;EM&gt;&lt;SPAN style="text-decoration: underline;"&gt;;&lt;/SPAN&gt;(#,##0.00)&lt;/EM&gt;'&lt;/STRONG&gt; , ',' , '.' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124217#M751753</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-11-09T18:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to number?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124218#M751754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;STRONG&gt;sum(num#(replace(replace(Forecast_Cost_to_Complete,'(',''),')',''),'####') &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124218#M751754</guid>
      <dc:creator>sujana1621</dc:creator>
      <dc:date>2018-11-09T19:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to number?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124219#M751755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌. It worked out. slight change I have removed '.' and is working well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Num(Sum(Num#(Forecast_Cost_to_Complete,'###,###,###;(###,###,###)' , ',')),'###,###,###,###')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/124219#M751755</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2018-11-09T19:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert string to number?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/1643928#M751756</link>
      <description>&lt;P&gt;Thanks for sharing this tip. &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;It solved my problem and all my numbers showed on the report. It seems they were initially stored as strings&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 18:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-convert-string-to-number/m-p/1643928#M751756</guid>
      <dc:creator>aolaleye</dc:creator>
      <dc:date>2019-11-06T18:07:40Z</dc:date>
    </item>
  </channel>
</rss>

