<?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 brackets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424931#M158287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(a &amp;lt; 0, '(' &amp;amp; fabs(a ) &amp;amp; ')', a)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can be a list box or input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change&amp;nbsp; to list box or input field or value you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 10:53:09 GMT</pubDate>
    <dc:creator>qv_jagan</dc:creator>
    <dc:date>2012-12-11T10:53:09Z</dc:date>
    <item>
      <title>Display negative numbers in brackets</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424930#M158286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the front end, I want to show negative numbers is brackets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for eg, the number&amp;nbsp;&amp;nbsp; -1,100.65 , I want to display it as (1,100.65)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 10:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424930#M158286</guid>
      <dc:creator />
      <dc:date>2012-12-11T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424931#M158287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(a &amp;lt; 0, '(' &amp;amp; fabs(a ) &amp;amp; ')', a)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where can be a list box or input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change&amp;nbsp; to list box or input field or value you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 10:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424931#M158287</guid>
      <dc:creator>qv_jagan</dc:creator>
      <dc:date>2012-12-11T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424932#M158288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; I will try it out and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 11:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424932#M158288</guid>
      <dc:creator />
      <dc:date>2012-12-11T11:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424933#M158289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the Number tab of the properties screen select your expression and check Fixed to under Number Format Settings. Set the format pattern to &lt;STRONG&gt;#.##0,00; (#.##0,00)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 11:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424933#M158289</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-11T11:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424934#M158290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;In general, copy the format from Number tab in Object Properties or Document Properties. This time, I typed those brackets and erased the minus sign. It works. If it is not currency, just erase the € sign.&lt;IMG __jive_id="26676" alt="Formats.jpg" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/26676_Formats.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 11:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424934#M158290</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2012-12-11T11:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424935#M158291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&amp;nbsp; It worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 11:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424935#M158291</guid>
      <dc:creator />
      <dc:date>2012-12-11T11:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424936#M158292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've noticed this post while searching for a solution for my problem (&lt;A href="https://community.qlik.com/message/564275"&gt;Displaying negetive percentage values as (##%)&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Do you know why the standard aproach that you've suggested does not work for percentage values?&lt;/P&gt;&lt;P&gt;Would appreciate an expert's feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 19:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets/m-p/424936#M158292</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2014-07-08T19:48:24Z</dc:date>
    </item>
  </channel>
</rss>

