<?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 negative numbers as () in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/show-negative-numbers-as/m-p/5032#M562</link>
    <description>&lt;P&gt;Hi Brian -&amp;nbsp;&lt;BR /&gt;A solution today could be using the following formula to format.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;case(
	NegativeNumbers.Sample.Profit &amp;lt; 0, 
	'(' + abs(
		NegativeNumbers.Sample.Profit
	) + ')', 
	string(
		NegativeNumbers.Sample.Profit
	)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;That being said, I think it is worth considering adding to our format options. Adding&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/54"&gt;@Prince&lt;/a&gt;&amp;nbsp;for review.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 17:51:53 GMT</pubDate>
    <dc:creator>JoeM</dc:creator>
    <dc:date>2023-09-19T17:51:53Z</dc:date>
    <item>
      <title>Show negative numbers as ()</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/show-negative-numbers-as/m-p/5028#M559</link>
      <description>&lt;P&gt;Apparently Incorta v6 still does not&amp;nbsp;&lt;SPAN&gt;include the ability to show negative numbers in brackets i.e. (123) not -123&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Our finance users are REALLY annoyed that this isn’t a standard feature !&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Does anyone have any advise on how / if this can be done&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;And can it be included in the development plan please.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 10:29:17 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/show-negative-numbers-as/m-p/5028#M559</guid>
      <dc:creator>BrianLittlemore</dc:creator>
      <dc:date>2023-09-18T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show negative numbers as ()</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/show-negative-numbers-as/m-p/5032#M562</link>
      <description>&lt;P&gt;Hi Brian -&amp;nbsp;&lt;BR /&gt;A solution today could be using the following formula to format.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;case(
	NegativeNumbers.Sample.Profit &amp;lt; 0, 
	'(' + abs(
		NegativeNumbers.Sample.Profit
	) + ')', 
	string(
		NegativeNumbers.Sample.Profit
	)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;That being said, I think it is worth considering adding to our format options. Adding&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/54"&gt;@Prince&lt;/a&gt;&amp;nbsp;for review.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 17:51:53 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/show-negative-numbers-as/m-p/5032#M562</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2023-09-19T17:51:53Z</dc:date>
    </item>
  </channel>
</rss>

