Format Number

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
denisa
User
Posts: 32

Format Number

Post by denisa »

How to to set Format Number of filed in list for view value with Grouping separator. I do not want to use Grouping separator in Local Setings.
$this->name of filed ->ViewValue


mobhar
User
Posts: 11727

Post by mobhar »

You may use Row_Rendered server event by implementing PHP number_format function.


Post Reply