<?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: Display negative numbers in red color with Num() function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813346#M286951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, now it shows the numbers correctly, but it isn't red for the negative ones, as I wish...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Jan 2015 13:46:05 GMT</pubDate>
    <dc:creator>gamaplast</dc:creator>
    <dc:date>2015-01-03T13:46:05Z</dc:date>
    <item>
      <title>Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813342#M286947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;as the object, I'd like to display negative numbers with red color using the num() function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'#.##0,0%;') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sorry if it is a documented issue...i wasn't able to find it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;R.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 13:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813342#M286947</guid>
      <dc:creator>gamaplast</dc:creator>
      <dc:date>2015-01-03T13:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813343#M286948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;this should work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'#.##0,0%; -#,##0,0%') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 13:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813343#M286948</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-03T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813344#M286949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sorry, it doesn't work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(0.05,'#.##0,0%; -#,##0,0%') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Shows 5,0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(OK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;NUM&lt;/SPAN&gt;(-0.05,'#.##0,0%; -#,##0,0%') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Shows -5,000,0%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(NOT OK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 13:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813344#M286949</guid>
      <dc:creator>gamaplast</dc:creator>
      <dc:date>2015-01-03T13:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813345#M286950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My mistake,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;this should work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'#.##0,0%; -#.##0,0%') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The wrong version has two commas, not a point and a comma&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 13:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813345#M286950</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-03T13:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813346#M286951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, now it shows the numbers correctly, but it isn't red for the negative ones, as I wish...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 13:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813346#M286951</guid>
      <dc:creator>gamaplast</dc:creator>
      <dc:date>2015-01-03T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813347#M286952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Visual Cues on the chart to set the colours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="visCues.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74544_visCues.JPG" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 13:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813347#M286952</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-03T13:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813348#M286953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I must use the Num() function 'cause I display the values in a text box...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 14:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813348#M286953</guid>
      <dc:creator>gamaplast</dc:creator>
      <dc:date>2015-01-03T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813349#M286954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a text box, you can use a calculated colour on the Font Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click&amp;nbsp; "Color" on the font tab, then add the expression in the Calculated box and enable the Calculated option&lt;/P&gt;&lt;P&gt;&lt;IMG alt="col.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74545_col.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 14:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813349#M286954</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-03T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in red color with Num() function</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813350#M286955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, this time the workaround if fit for me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 14:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-red-color-with-Num-function/m-p/813350#M286955</guid>
      <dc:creator>gamaplast</dc:creator>
      <dc:date>2015-01-03T14:14:38Z</dc:date>
    </item>
  </channel>
</rss>

