<?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 Num() format for positive/negative values along with symbols in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37885#M790640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am trying to attribute symbols (up/down triangle) when formatting a number with the num() function. I mange to get the correct values (333%)&amp;nbsp; when I place the chr() symbols before the format type, but not when I place them after (I get 3%). I don't seem to find what's wrong and the correct nomenclature. May someone shed a light and help here, please? Can check this on my example below. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>afbraga1</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37885#M790640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am trying to attribute symbols (up/down triangle) when formatting a number with the num() function. I mange to get the correct values (333%)&amp;nbsp; when I place the chr() symbols before the format type, but not when I place them after (I get 3%). I don't seem to find what's wrong and the correct nomenclature. May someone shed a light and help here, please? Can check this on my example below. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37885#M790640</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37886#M790641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why it behaves this way, but a work around&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(10&lt;SPAN style="color: #ff0000;"&gt;*100&lt;/SPAN&gt;/3, '##0%' &amp;amp; CHR(9650) &amp;amp; ';' &amp;amp; '##0%' &amp;amp; CHR(9660))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37886#M790641</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T15:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37887#M790642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have you tried like this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(10/3,'▲ #,##0;▼ #,##0')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and add your text color expression as&lt;/P&gt;&lt;P&gt;if(10/3=1,Green(),Red())&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192145_Capture.JPG" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37887#M790642</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-02-01T15:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37888#M790643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My issue is that I want the symbols before not after the format type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37888#M790643</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-02-01T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37889#M790644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at what I provided?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37889#M790644</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T15:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37890#M790645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely it works yeah &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. I thought it wasn't gonna work because in my real cases it ended up giving me 0 as a value, but apparently multiplying by 100 makes it return the correct value again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37890#M790645</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-02-01T15:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37891#M790646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea if the format can be extended to evaluate null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37891#M790646</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-02-01T16:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37892#M790647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean, can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 17:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37892#M790647</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T17:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Num() format for positive/negative values along with symbols</title>
      <link>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37893#M790648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah nevermind, it didn't make sense what I was thinking. For a sec I totally forgot about the Null Symbol in Presentation tab. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 17:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-format-for-positive-negative-values-along-with-symbols/m-p/37893#M790648</guid>
      <dc:creator>afbraga1</dc:creator>
      <dc:date>2018-02-01T17:52:05Z</dc:date>
    </item>
  </channel>
</rss>

