<?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: Format as a Number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374436#M419671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry there was a Typo. Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM((SUM(transTOTALSALE)+ SUM({$&amp;lt;transTYPE={"RETURN"}&amp;gt;}transQUANTITY * transBASEPRICE ) - projREV,'#$,###.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2017 20:31:58 GMT</pubDate>
    <dc:creator>krishnacbe</dc:creator>
    <dc:date>2017-09-29T20:31:58Z</dc:date>
    <item>
      <title>Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374433#M419668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(SUM(transTOTALSALE),'#$,###.##')+ NUM(SUM({$&amp;lt;transTYPE={"RETURN"},}&amp;gt;}transQUANTITY * transBASEPRICE),'$#,###.##') - projREV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want this result to be shown as a dollar amount. However, the result is just displaying as 33980 as opposed to $33,980.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have the structure of the expression incorrect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374433#M419668</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374434#M419669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM((SUM(transTOTALSALE)+ SUM({$&amp;lt;transTYPE={"RETURN"},}&amp;gt;}transQUANTITY * transBASEPRICE ) - projREV,,'#$,###.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374434#M419669</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T20:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374435#M419670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I enter this into the expression dialogue box, I get a message of 'Error in Expression'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374435#M419670</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T20:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374436#M419671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry there was a Typo. Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM((SUM(transTOTALSALE)+ SUM({$&amp;lt;transTYPE={"RETURN"}&amp;gt;}transQUANTITY * transBASEPRICE ) - projREV,'#$,###.##')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374436#M419671</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T20:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374437#M419672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(SUM(transTOTALSALE),'USD #,##0.00', '.',',')+ NUM(SUM({$&amp;lt;transTYPE={"RETURN"} }&amp;gt;} transQUANTITY * transBASEPRICE),'USD #,##0.00', '.',',') - projREV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374437#M419672</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-29T20:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374438#M419673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(transTOTALSALE)+ SUM({$&amp;lt;transTYPE={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"RETURN"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}transQUANTITY * transBASEPRICE )) - projREV,'#$,###.##') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374438#M419673</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T20:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374439#M419674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374439#M419674</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2017-09-29T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374440#M419675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(transTOTALSALE)+ SUM({$&amp;lt;transTYPE={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"RETURN"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}transQUANTITY * transBASEPRICE )) - projREV,'$#,##0.00') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 20:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374440#M419675</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-29T20:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Format as a Number</title>
      <link>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374441#M419676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you have the extra # in front of the $ sign. That messes up the formatting.&lt;/P&gt;&lt;P&gt;NUM(SUM(transTOTALSALE),'&lt;STRONG style="color: #ff0000;"&gt;#&lt;/STRONG&gt;$,###.##')+...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Having said that, the other reply is correct . NUM( expression + expression +... 'FORMAT')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;You may also NUM(Expression,'FORMAT') + NUM(Expression,'FORMAT') + ... but it is not necessary and takes longer to process.&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, 29 Sep 2017 23:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-as-a-Number/m-p/1374441#M419676</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2017-09-29T23:14:29Z</dc:date>
    </item>
  </channel>
</rss>

