Remove comma for Thousand Separator

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 877
Location: Switzerland

Remove comma for Thousand Separator

Post by mpol_ch »

Hi,

I am trying to remove "," for thousand separator in local language files.
I do not want to have any sign as thousand separator. 17340.75 instead of 17,340.75.

I have removed the thousand separator in both language files but I am still getting "," as separator.

The calculations are not working with thousand separator in excel ..

Where should check?

mpol_ch


mobhar
User
Posts: 11660

Post by mobhar »

mpol_ch wrote:
The calculations are not working with thousand separator in excel

If this is the case, then you may simply enable "Export original values" from "Tools" -> "Advanced Settings", and then regenerate ALL the script files again.


kirondedshem
User
Posts: 642

Post by kirondedshem »

check the filed settings of that field for :
go to field settings-> view tag(normally on right hand side panel)->
1.ensure the filed is not set to format=Number in viewtag
2.Even if it is a number, just ensure to untick "group digits using delimeter" under the format options


sangnandar
User
Posts: 980

Post by sangnandar »

You can also manually format the field using Row_Rendered server event and ew_FormatNumber().

See reference of ew_FormatNumber() in phpfn*.php.


Post Reply