Ability to cut trailing zeroes from field value being displayed

Ability to cut trailing zeroes from field value being displayed

Imported from: http://groups.google.com/group/in-portal-dev/browse_thread/thread/fd096383b0ac3637#

In-Portal has powerful number formatting engine, that allows to format numbers, stored in database in the way you need using sprintf function.

However I recently stumbled upon situation, where I need to remove trailing zeroes from a formatted number, that was displayed, e.g. make "545.00" appear as "545", but keep "345.22" as is.

Patch attached gives ability to enable such behavior for any database field needed via adding "cut_zeros" option to field definition in unit config.

Related Tasks

Comments