<?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 change to dollar amount with text object using sum of two fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448095#M803113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both so much! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2017 19:59:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-10T19:59:20Z</dc:date>
    <item>
      <title>How to change to dollar amount with text object using sum of two fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448092#M803110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I am having an issue with trying to get the format of my expression in the text object box to result in a dollar amount ($) opposed to a decimal. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Here is the expression I am using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Queried Fin.Impact]&lt;/SPAN&gt;) + &lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Non Queried Fin. Impact]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;The result is a decimal rather than a dollar amount. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Any help would be appreciated! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Erin&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/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448092#M803110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change to dollar amount with text object using sum of two fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448093#M803111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Num() function but put it around the entire expression, not just the end part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Num(Sum(...) + Sum(...), '$ #0.00')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 17:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448093#M803111</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-11-09T17:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to change to dollar amount with text object using sum of two fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448094#M803112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Num(&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Queried Fin.Impact]&lt;/SPAN&gt;) + &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Non Queried Fin. Impact]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),'$#,##0.00')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 19:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448094#M803112</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-11-09T19:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change to dollar amount with text object using sum of two fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448095#M803113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both so much! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 19:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-to-dollar-amount-with-text-object-using-sum-of-two/m-p/1448095#M803113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T19:59:20Z</dc:date>
    </item>
  </channel>
</rss>

