<?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 Negative number format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218362#M71506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use someting like this as expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(YourValue&amp;lt;0,'(' &amp;amp; YourValue &amp;amp; ')', YourValue)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Replace YourValue with your value... tell me about it &lt;IMG alt="Stick out tongue" src="http://community.qlik.com/emoticons/emotion-4.gif" /&gt;&lt;/P&gt;&lt;P&gt;The color can be done in the "Visual Cues".&lt;BR /&gt;Beware: Adding brackets changes the Number Format to a Text Format and the Visual Cue "&amp;lt;= 0" wont work for formatting it red!&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 16:58:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-20T16:58:38Z</dc:date>
    <item>
      <title>Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218361#M71505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I would like to display negative number in brackets and red if possible in a pivot or straight table.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;With many thanks,&lt;/P&gt;&lt;P&gt;Guy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 16:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218361#M71505</guid>
      <dc:creator>guya</dc:creator>
      <dc:date>2010-01-20T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218362#M71506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use someting like this as expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(YourValue&amp;lt;0,'(' &amp;amp; YourValue &amp;amp; ')', YourValue)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Replace YourValue with your value... tell me about it &lt;IMG alt="Stick out tongue" src="http://community.qlik.com/emoticons/emotion-4.gif" /&gt;&lt;/P&gt;&lt;P&gt;The color can be done in the "Visual Cues".&lt;BR /&gt;Beware: Adding brackets changes the Number Format to a Text Format and the Visual Cue "&amp;lt;= 0" wont work for formatting it red!&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 16:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218362#M71506</guid>
      <dc:creator />
      <dc:date>2010-01-20T16:58:38Z</dc:date>
    </item>
    <item>
      <title>AW:Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218363#M71507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry but no wou won't do that with an if.&lt;/P&gt;&lt;P&gt;Go to the Properties of the chart, then to tab "Number", point to the Formula you would change, choose a format i.e. "fixed to 2 decimals" the format pattern shows #.##0,00. Then you add ";(#.##0,00)" to that pattern. The pattern after the ";" is for negative values.&lt;/P&gt;&lt;P&gt;For the colour, you go to tab "Visual Cues" and point again to the Formula you would change and write a 0 (zero) in the input box after "lower &amp;lt;=". Then choose a colour and say O.K.&lt;/P&gt;&lt;P&gt;Have Fun with QV&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218363#M71507</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:28:03Z</dc:date>
    </item>
    <item>
      <title>AW:Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218364#M71508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;Alex, the final format looks like this #,##0.00;(#,##0.00) and works fine - Thx. I tried the same for percentage result but with no success.&lt;/P&gt;&lt;P&gt;I used this format #,##0.00%;(#,##0.00%) and the result changed. e.g the number -21.86% becomes (0.22%).&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Guy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 18:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218364#M71508</guid>
      <dc:creator>guya</dc:creator>
      <dc:date>2010-01-20T18:09:48Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218365#M71509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens, in my example, when the decimal/Thousand seperator in the pattern differs from the separators in the pattern.But I'm not shure about that.&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 18:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218365#M71509</guid>
      <dc:creator />
      <dc:date>2010-01-20T18:26:08Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218366#M71510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops that was wrong,&lt;/P&gt;&lt;P&gt;try: #.##0,0%;(#.##0,0)%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun with QV&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 18:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218366#M71510</guid>
      <dc:creator />
      <dc:date>2010-01-20T18:29:53Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218367#M71511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works fine!&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Guy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 19:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218367#M71511</guid>
      <dc:creator>guya</dc:creator>
      <dc:date>2010-01-20T19:28:38Z</dc:date>
    </item>
    <item>
      <title>Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218368#M71512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Sorry for commenting on an old post.&lt;/P&gt;&lt;P&gt;I am trying to show minus brackets on Gauge chart but it only converts the value to (1.0)% rather than (100)%. I have used the formating: &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt; #.##0,0%;(#.##0,0)%.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And the negative formating works fine on straight table but not on Gauges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Buti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 08:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218368#M71512</guid>
      <dc:creator />
      <dc:date>2012-01-18T08:18:16Z</dc:date>
    </item>
    <item>
      <title>Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218369#M71513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;one work around. Go to Chart Properties---&amp;gt; Number. Check Integer and then check show value in %. after that uncheck integer and check money. you will get desired result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 08:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218369#M71513</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-18T08:43:48Z</dc:date>
    </item>
    <item>
      <title>Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218370#M71514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stil not getting the desired results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 09:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218370#M71514</guid>
      <dc:creator />
      <dc:date>2012-01-18T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218371#M71515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Please see the image . Hope you wat this result only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 09:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218371#M71515</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-18T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Negative number format</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218372#M71516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I am looking for. I did miss a few things but got it sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 09:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-number-format/m-p/218372#M71516</guid>
      <dc:creator />
      <dc:date>2012-01-18T09:53:03Z</dc:date>
    </item>
  </channel>
</rss>

