Hi, I'm trying to format numbers according to the dutch standard (decimal comma separator).
It is working on view/edit views by adding: requires=IS_DECIMAL_IN_RANGE(0,100,dot=',') to the numeric field. But in list views the numbers are displayed with a decimal dot. How can I change that? Regards, Freerk

