<?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 Change number format with expression in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358684#M574671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;In a pivot table i have a row with values in the format 1718,000. I want to change it in 1,718 with an expression. How I can do it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2012 10:26:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-18T10:26:26Z</dc:date>
    <item>
      <title>Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358684#M574671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;BR /&gt;In a pivot table i have a row with values in the format 1718,000. I want to change it in 1,718 with an expression. How I can do it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 10:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358684#M574671</guid>
      <dc:creator />
      <dc:date>2012-05-18T10:26:26Z</dc:date>
    </item>
    <item>
      <title>Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358685#M574672</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;First, I do not recommend you to use other than aggregation functions in the expressions (Only(), Sum(), Count(), etc). Using Num() or Money may slow down significantly your charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Number tab in the chart properties to set the expected format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even better if you format your number fields in the load script.&lt;/P&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>Fri, 18 May 2012 10:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358685#M574672</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-18T10:31:19Z</dc:date>
    </item>
    <item>
      <title>Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358686#M574673</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;Goto Number Tab in chart properties , from there u can change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that Helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 10:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358686#M574673</guid>
      <dc:creator>janardhan</dc:creator>
      <dc:date>2012-05-18T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358687#M574674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have to use expression...I know that it looks like this:&lt;BR /&gt;Num ( expense , '#,##0.00;(#,##0.00);-' )...but this '#,##0.00;(#,##0.00);-' how must be to obtain 1,718 from 1718,000?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 10:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358687#M574674</guid>
      <dc:creator />
      <dc:date>2012-05-18T10:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358688#M574675</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;In my case (you must take into consideration the local regional settings of your operating system), the following string works, and will work in the script also, by manually using the comma as thousand separator (while my regional is the period) and using the format string "#,##0":&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"&gt;&lt;P&gt;=Num(Num#('1718,000', '0,0', ','), '#,##0;(&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;#,##0&lt;/SPAN&gt;)', '.', ',')&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>Fri, 18 May 2012 10:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358688#M574675</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-18T10:47:15Z</dc:date>
    </item>
    <item>
      <title>Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358689#M574676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank Miguel! &lt;BR /&gt;I have used your string in this way:&lt;/P&gt;&lt;P&gt;Num(expense, '#,##0;(#,##0)', '.', ',')) &lt;/P&gt;&lt;P&gt;and it works. All the values as 1718,000 now are in the format 1,718.&lt;BR /&gt;But I have a little problem only a value of expanse is 1845000,000 and I obtain 1,845,000 but I want only 1,845&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 11:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358689#M574676</guid>
      <dc:creator />
      <dc:date>2012-05-18T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358690#M574677</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;If that's always the behavior (three trailing zeroes) you can do the following.&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"&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;=Num(Num#('1718,000', '0,0', ',') / 1000, '#,##0;(#,##0)', '.', ',')&lt;/CODE&gt;&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>Fri, 18 May 2012 11:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358690#M574677</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-18T11:52:10Z</dc:date>
    </item>
    <item>
      <title>Change number format with expression in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358691#M574678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 13:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-number-format-with-expression-in-pivot-table/m-p/358691#M574678</guid>
      <dc:creator />
      <dc:date>2012-05-18T13:03:51Z</dc:date>
    </item>
  </channel>
</rss>

