<?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 Text Object requiring dollar sign output in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-requiring-dollar-sign-output/m-p/945354#M325641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all - For some reason I cannot get any permutation of the below formulas to output as a dollar sign representation -- this is for a Text Object. If I dont do subtraction (just the vEstimateTotalCost, for example), then the dollar sign and two decimals render fine. I have tried at least 3 different ways to construct this as shown below and I am always getting a value like 123456.333333333. The right value IS always returning for each of these, but I do need it to be $ and two decimals, like $123,456.33&lt;/P&gt;&lt;P&gt;What am I doing wrong? Thanks smart people!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([Original Rev Est]), '$###,###.00') - num($(=$(vEstimateTotalCost)), '$###,###.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([Original Rev Est])) - num($(=$(vEstimateTotalCost)), '$###,###.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([Original Rev Est]),'$###,###.00') - num($(=$(vEstimateTotalCost)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 19:37:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-19T19:37:22Z</dc:date>
    <item>
      <title>Text Object requiring dollar sign output</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-requiring-dollar-sign-output/m-p/945354#M325641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all - For some reason I cannot get any permutation of the below formulas to output as a dollar sign representation -- this is for a Text Object. If I dont do subtraction (just the vEstimateTotalCost, for example), then the dollar sign and two decimals render fine. I have tried at least 3 different ways to construct this as shown below and I am always getting a value like 123456.333333333. The right value IS always returning for each of these, but I do need it to be $ and two decimals, like $123,456.33&lt;/P&gt;&lt;P&gt;What am I doing wrong? Thanks smart people!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([Original Rev Est]), '$###,###.00') - num($(=$(vEstimateTotalCost)), '$###,###.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([Original Rev Est])) - num($(=$(vEstimateTotalCost)), '$###,###.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(sum([Original Rev Est]),'$###,###.00') - num($(=$(vEstimateTotalCost)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 19:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-requiring-dollar-sign-output/m-p/945354#M325641</guid>
      <dc:creator />
      <dc:date>2015-11-19T19:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object requiring dollar sign output</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-requiring-dollar-sign-output/m-p/945355#M325642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a Num function around the whole expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(Expression1 - Expression2, '$###,###.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 19:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-requiring-dollar-sign-output/m-p/945355#M325642</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-19T19:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object requiring dollar sign output</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-requiring-dollar-sign-output/m-p/945356#M325643</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;formatting numbers you are calculating with afterwards does not make sense because the format is removed during the claculation.&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: 13px;"&gt;Like Sunny already proposed, you have to format the result instead:&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14479757247573454 jive_text_macro" jivemacro_uid="_14479757247573454"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=num(sum([Original Rev Est]) - $(=$(vEstimateTotalCost))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'$###,###.00')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 23:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-requiring-dollar-sign-output/m-p/945356#M325643</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-19T23:28:51Z</dc:date>
    </item>
  </channel>
</rss>

