<?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 script only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473369#M176824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use num() function to format your numbers, and you can use this function in the script as well as in the frontend:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Number, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;num(Number,'##0.00;(##0.00)') as NumberFormatted &lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Number&lt;/P&gt;&lt;P&gt;-12.3454&lt;/P&gt;&lt;P&gt;323.43&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 07:53:48 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-04-26T07:53:48Z</dc:date>
    <item>
      <title>Display negative numbers in brackets in script only</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473366#M176821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show&amp;nbsp; negative numbers in brackets in qlikview script not in desgin part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 09:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473366#M176821</guid>
      <dc:creator />
      <dc:date>2013-04-22T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets in script only</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473367#M176822</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;In the Properties Tab of the chart,&lt;/P&gt;&lt;P&gt;Goto Number Tab,sleect the expression&lt;/P&gt;&lt;P&gt;goto Fixed to and paste the below format in the format pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#.##0,00; (#.##0,00)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Snehal Nabar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 06:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473367#M176822</guid>
      <dc:creator />
      <dc:date>2013-04-26T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets in script only</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473368#M176823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you ellaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 06:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473368#M176823</guid>
      <dc:creator />
      <dc:date>2013-04-26T06:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display negative numbers in brackets in script only</title>
      <link>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473369#M176824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use num() function to format your numbers, and you can use this function in the script as well as in the frontend:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Number, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;num(Number,'##0.00;(##0.00)') as NumberFormatted &lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Number&lt;/P&gt;&lt;P&gt;-12.3454&lt;/P&gt;&lt;P&gt;323.43&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 07:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-negative-numbers-in-brackets-in-script-only/m-p/473369#M176824</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-26T07:53:48Z</dc:date>
    </item>
  </channel>
</rss>

