Remove .00 in Customer Account Balance

Hello, I’m using code here,

[ENTITIES:Customer]
– Customer entity format
Account: {ENTITY NAME}
Balance: $[=F(0-TN(’{ENTITY BALANCE}’))]

But, After Print, Show here

I Want Remove .00

10,045,002.00 VND =>>>> 10,045,002 VND

Help me please
Thanks mate !

Try [=F(0-TN(’{ENTITY BALANCE}’),’#’)]

2 Likes

You can also try alternative syntax [=FF('{ENTITY BALANCE}','#')] too.

2 Likes

Bravo, Thanks bro…