<?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: Number Formatting Issue with ,'#,##0') in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-with-0/m-p/1970790#M1220548</link>
    <description>&lt;P&gt;That's perfect, thank you so much!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 14:33:00 GMT</pubDate>
    <dc:creator>Qliksand</dc:creator>
    <dc:date>2022-08-19T14:33:00Z</dc:date>
    <item>
      <title>Number Formatting Issue with ,'#,##0')</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-with-0/m-p/1970631#M1220546</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to format an outcome as a percentage using&amp;nbsp;,'#,##0').&lt;/P&gt;
&lt;P&gt;Script is:&lt;/P&gt;
&lt;P&gt;= 'x' &amp;amp;'&lt;/P&gt;
&lt;P&gt;'&amp;amp; &lt;BR /&gt;SUM (if(C = 'Y',DX))&amp;amp; ' '&amp;amp;&lt;/P&gt;
&lt;P&gt;'('&amp;amp; SUM (if(C = 'Y',X))&lt;BR /&gt;/&lt;BR /&gt;SUM (if(C = 'Y',Z) ,'#,##0')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any hints to why I would be seeing an error in expression?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 08:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-with-0/m-p/1970631#M1220546</guid>
      <dc:creator>Qliksand</dc:creator>
      <dc:date>2022-08-19T08:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue with ,'#,##0')</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-with-0/m-p/1970760#M1220547</link>
      <description>&lt;P&gt;You cannot do like this, formatting in Qlik is done using NUM() function and that is missing over here, its used something like this - Num(Sum(Value),'#,##0').&lt;/P&gt;
&lt;P&gt;In your case the format string is not attached to any single value as well, so may be you need to do like this -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= 'x' &amp;amp;'&lt;/P&gt;
&lt;P&gt;'&amp;amp;&lt;BR /&gt;SUM (if(C = 'Y',DX))&amp;amp; ' '&amp;amp;&lt;/P&gt;
&lt;P&gt;'('&amp;amp; NUM(SUM (if(C = 'Y',X))&lt;BR /&gt;/&lt;BR /&gt;SUM (if(C = 'Y',Z) ,&lt;SPAN&gt;'#,##0%'&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 13:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-with-0/m-p/1970760#M1220547</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-19T13:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Number Formatting Issue with ,'#,##0')</title>
      <link>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-with-0/m-p/1970790#M1220548</link>
      <description>&lt;P&gt;That's perfect, thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 14:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-Formatting-Issue-with-0/m-p/1970790#M1220548</guid>
      <dc:creator>Qliksand</dc:creator>
      <dc:date>2022-08-19T14:33:00Z</dc:date>
    </item>
  </channel>
</rss>

