Skip to main content
Solved

How to remove decimals from report designer?


Forum|alt.badge.img+3

Hello all,

I have been working on a report & i am looking to hide the decimals. So for example i have an amount of 1234.56 displaying in the report, now all I want is to round it up & display as 1235 and not display as 1235.00

How can I achieve this?
I have this formatting applied:

 

Best answer by lauraj46

Hi @Harshita ,

The Acumatica Report Designer supports Microsoft .Net format syntax. In your formatting string you can replace ###,###,##0.00 with ###,###,##0.  This will round and remove the decimals.

https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings

Hope this helps!

Laura

View original
Did this topic help you find an answer to your question?

2 replies

Sagar Greytrix
Captain II
Forum|alt.badge.img+3

Hi @Harshita,

Have you tried with ='#.' in the Format Section.

Hope, it helps.

Regards,

Sagar, Greytrix

 

 


lauraj46
Captain II
Forum|alt.badge.img+8
  • Captain II
  • 575 replies
  • Answer
  • March 13, 2024

Hi @Harshita ,

The Acumatica Report Designer supports Microsoft .Net format syntax. In your formatting string you can replace ###,###,##0.00 with ###,###,##0.  This will round and remove the decimals.

https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings

Hope this helps!

Laura


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings