<?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: Text Formatting for Text Field Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413045#M491560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(Sum(Sales),'£#,###')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2012 12:06:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-17T12:06:47Z</dc:date>
    <item>
      <title>Text Formatting for Text Field Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413042#M491555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to format the result of an expression in a text field?&amp;nbsp; I would like the output to be in a currency format rather than just a regular number with unlimited decimal places.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 11:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413042#M491555</guid>
      <dc:creator />
      <dc:date>2012-09-17T11:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Text Formatting for Text Field Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413043#M491557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can use the Money() function, or even the Num() function like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13478815047413811" jivemacro_uid="_13478815047413811"&gt;&lt;P&gt;=Money(Sum(Sales))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 11:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413043#M491557</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-17T11:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text Formatting for Text Field Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413044#M491559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and what if id like the currency without the pence?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 12:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413044#M491559</guid>
      <dc:creator />
      <dc:date>2012-09-17T12:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text Formatting for Text Field Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413045#M491560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(Sum(Sales),'£#,###')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 12:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413045#M491560</guid>
      <dc:creator />
      <dc:date>2012-09-17T12:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text Formatting for Text Field Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413046#M491562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the Num() with the format you want. Say the value is 10000 and you want to represent it like "$10,000" or the value is -2300 and you want to represent it like "($2,300)", then the format should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13478836468844182" jivemacro_uid="_13478836468844182"&gt;&lt;P&gt;=Num(Sum(Sales), '$#,##0;($#,##0)')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 12:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413046#M491562</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-09-17T12:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text Formatting for Text Field Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413047#M491564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel thats excellent, thank you so much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 12:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Formatting-for-Text-Field-Expression/m-p/413047#M491564</guid>
      <dc:creator />
      <dc:date>2012-09-17T12:09:55Z</dc:date>
    </item>
  </channel>
</rss>

