Can you provide an example? Wat do you mean in list view?
On Nov 22, 6:41 am, Freerk Kalsbeek <[email protected]> wrote: > 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

