<?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: Conditional Number formatting in expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218860#M390008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread by marking correct and helpful responses&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 14:17:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-10T14:17:13Z</dc:date>
    <item>
      <title>Conditional Number formatting in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218854#M390002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why doesn't this add a $ to my output? This is the only case where I need the value to be represented as a monetary result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/148840_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Here is the current result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/148868_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 20:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218854#M390002</guid>
      <dc:creator />
      <dc:date>2017-01-09T20:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Number formatting in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218855#M390003</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 putting $ in Format code like '$#,###.00'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 20:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218855#M390003</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-09T20:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Number formatting in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218856#M390004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure why it doesn't add $ to your output, and I agree with Girirajsinh that the $ would be better in the format code. It'll then remain a number instead of being converted to text. But I'd probably do this instead...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;sum({&amp;lt;Account={'Travel ODC'}&amp;gt;} [Cost Amount])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and format as money on the number tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 01:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218856#M390004</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-10T01:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Number formatting in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218857#M390005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys- I switched up the formatting but it's still not giving me the expected $ in the output. I currently am only showing the Travel ODC account in my formula to test this out. There are 5 other accounts, 1 of which is labor. The output from that variable is hours, not dollars. This is why I do not want to format the entire expression as money on the Number Tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 14:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218857#M390005</guid>
      <dc:creator />
      <dc:date>2017-01-10T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Number formatting in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218858#M390006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like above mentioned you could simply use num() to format your wished output - it will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(sum(Measure), 'hours #.##0,00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 14:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218858#M390006</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-10T14:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Number formatting in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218859#M390007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well.. by checking the Number tab, I did find the problem. I'd overwritten the expression default to integer. I changed it back and now the suggested formatting from Girirajsinh works great. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blonde moment I suppose...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 14:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218859#M390007</guid>
      <dc:creator />
      <dc:date>2017-01-10T14:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Number formatting in expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218860#M390008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread by marking correct and helpful responses&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 14:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Number-formatting-in-expressions/m-p/1218860#M390008</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T14:17:13Z</dc:date>
    </item>
  </channel>
</rss>

