How to change ENTITY BALANCE format?

I have a little issue when showing Balance Value to my customer because the Value is always like this:
-1,200
-5,522

Is there a way to show them the number without “-” in Printing Template?

Use an [=expression] to multiple by -1 …

[=-1 * TN('{ENTITY BALANCE}')]
1 Like