<?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: show -50 as (50) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019744#M930449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'('&amp;amp;fabs(Sum({&amp;lt;year={2018}&amp;gt;}Sales) - Sum({&amp;lt;Year=(2017)}Sales) )&amp;amp;')'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 05:22:34 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-03-08T05:22:34Z</dc:date>
    <item>
      <title>show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019738#M930443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one please help me.&lt;/P&gt;&lt;P&gt;I have created one straight table their in expressions tab i wrote one expression like this&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year={2018}&amp;gt;}Sales) - Sum({&amp;lt;Year=(2017)}Sales) in Sales field their i got one negative value like -50.&lt;/P&gt;&lt;P&gt;Now i want to show this -50 as (50). Please help me to do this.&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/show-50-as-50/m-p/1019738#M930443</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019739#M930444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;year={2018}&amp;gt;}Sales) - Sum({&amp;lt;Year={2017}&amp;gt;}Sales), '#,##0&lt;SPAN style="color: #ff0000;"&gt;;(#,##0)&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 16:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019739#M930444</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-07T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019740#M930445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, maybe you can use this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Fabs(Sum({&amp;lt;year={2018}&amp;gt;}Sales) - Sum({&amp;lt;Year=(2017)}Sales))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 16:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019740#M930445</guid>
      <dc:creator>andrespa</dc:creator>
      <dc:date>2016-03-07T16:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019741#M930446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Bhavvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclose your expression with Fabs() function, here is the way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Fabs(Sum({&amp;lt;year={2018}&amp;gt;}Sales) - Sum({&amp;lt;Year=(2017)}Sales))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 04:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019741#M930446</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-03-08T04:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019742#M930447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;From this,&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14574123035248123 jive_text_macro" jivemacro_uid="_14574123035248123"&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales, Customer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -50, B&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table expression,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Fabs-208457.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117279_Fabs-208457.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14574122703694456 jive_text_macro" jivemacro_uid="_14574122703694456"&gt;
&lt;P&gt;If(Num(Sales)='##0',Sales,Num(Sales,'##0;(##0)'))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 04:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019742#M930447</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-03-08T04:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019743#M930448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SunnyT's answer is correct, but you can also achieve that format in the chart properties Number tab. Select "Fixed" Enter the same format string &lt;EM&gt;#,##0;(#,##0) &lt;/EM&gt;(match to your preferred thousands format and check it in the preview box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 04:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019743#M930448</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-03-08T04:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019744#M930449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'('&amp;amp;fabs(Sum({&amp;lt;year={2018}&amp;gt;}Sales) - Sum({&amp;lt;Year=(2017)}Sales) )&amp;amp;')'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 05:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019744#M930449</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-08T05:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: show -50 as (50)</title>
      <link>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019745#M930450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/874814"&gt;Formating: Using fabs() and num() functions in text object&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-50-as-50/m-p/1019745#M930450</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-14T12:02:32Z</dc:date>
    </item>
  </channel>
</rss>

