I got some issue about format number, I want to remove 000.00 to 000 and for example 150000 become 150,000
相关问题
- How to add a memo / formatted text field ala Cases
- Create Case with Activity through Rest API
- Acumatica dynamic dropdown
- How to create an ad-hoc email and send it using Ac
- How to include a dialog for file upload
相关文章
- Cannot load a reference assembly for execution
- Adding additional filter field on process shipment
- Create custom User Control for Acumatica
- Sales Price Updating Every Other Time
- Import Amount Paid in screen Bill And Adjusment us
- Acumatica Configuration Wizard error: Can't ge
- How to properly sort Tasks having multi-level Task
- Prevent update of note/files on disabled views
Acumatica report designer supports Microsoft .Net format syntax.
To use it, select a field in the report designer and assign it a Microsoft .Net format string: To remove decimal you can use this format string:
To remove decimal and use a comma as a thousand separator:
More information about the Microsoft .Net formatting syntax for numeric types is available here: https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings