<?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 Number Format Issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Number-Format-Issue/m-p/1781155#M60788</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Could you please help me edit the following expression so that it can work properly:&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value) - sum({&amp;lt;[Report Date]={'$(=(vLastMonday))'}, Status={'Open'}&amp;gt;}Value) &amp;gt; 0,&lt;BR /&gt;num(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value), '###.##0'&amp;amp;CHR(9650), '###.##0'&amp;amp;CHR(9650))&lt;BR /&gt;,&lt;FONT color="#FF0000"&gt;if(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value) - sum({&amp;lt;[Report Date]={'$(=(vLastMonday))'}, Status={'Open'}&amp;gt;}Value) &amp;lt; 0, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;num(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value), '###.##0'&amp;amp;CHR(9660), '###.##0'&amp;amp;CHR(9660))&lt;/FONT&gt;&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;The part marked in red is currently problematic. It is supposed be showing me the number with the&amp;nbsp;&lt;FONT color="#000000"&gt;CHR(9660) symbol, which is the arrow down symbol. It doesn't do it and instead it only shows the number rounded (for example 7M), but I want to see the number not rounded and also I want to see the arrow pointing down.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The first part is working properly and it is showing the number with the arrow up...&lt;/P&gt;&lt;P&gt;My guess is that the problem is with the number formatting, but I am out of ideas...&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shelly&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:30:14 GMT</pubDate>
    <dc:creator>ShellyG</dc:creator>
    <dc:date>2024-11-16T17:30:14Z</dc:date>
    <item>
      <title>Number Format Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Number-Format-Issue/m-p/1781155#M60788</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Could you please help me edit the following expression so that it can work properly:&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value) - sum({&amp;lt;[Report Date]={'$(=(vLastMonday))'}, Status={'Open'}&amp;gt;}Value) &amp;gt; 0,&lt;BR /&gt;num(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value), '###.##0'&amp;amp;CHR(9650), '###.##0'&amp;amp;CHR(9650))&lt;BR /&gt;,&lt;FONT color="#FF0000"&gt;if(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value) - sum({&amp;lt;[Report Date]={'$(=(vLastMonday))'}, Status={'Open'}&amp;gt;}Value) &amp;lt; 0, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;num(sum({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}Value), '###.##0'&amp;amp;CHR(9660), '###.##0'&amp;amp;CHR(9660))&lt;/FONT&gt;&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;The part marked in red is currently problematic. It is supposed be showing me the number with the&amp;nbsp;&lt;FONT color="#000000"&gt;CHR(9660) symbol, which is the arrow down symbol. It doesn't do it and instead it only shows the number rounded (for example 7M), but I want to see the number not rounded and also I want to see the arrow pointing down.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The first part is working properly and it is showing the number with the arrow up...&lt;/P&gt;&lt;P&gt;My guess is that the problem is with the number formatting, but I am out of ideas...&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shelly&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-Format-Issue/m-p/1781155#M60788</guid>
      <dc:creator>ShellyG</dc:creator>
      <dc:date>2024-11-16T17:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Number Format Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Number-Format-Issue/m-p/1781272#M60796</link>
      <description>&lt;P&gt;I changed the logic and managed to get what I wanted, so in case anyone has a similar issue in the future:&lt;/P&gt;&lt;P&gt;num(count({&amp;lt;[Report Date]={'$(=(vMaxDate))'}, Status={'Open'}&amp;gt;}[PO-Nbr]), '#.##0')&amp;amp;&lt;BR /&gt;if((count({&amp;lt;[Report Date]={'$(=(vMaxDate))'},Status={'Open'}&amp;gt;}[PO-Nbr]) - count({&amp;lt;[Report Date]={'$(=(vLastMonday))'}, Status={'Open'}&amp;gt;}[PO-Nbr])) &amp;gt; 0,&lt;BR /&gt;CHR(9650), CHR(9660))&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 15:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-Format-Issue/m-p/1781272#M60796</guid>
      <dc:creator>ShellyG</dc:creator>
      <dc:date>2021-02-09T15:13:23Z</dc:date>
    </item>
  </channel>
</rss>

