Hi,
Is it possible to change/mask the default display format in lists?
For exampleI have an integer number that displays in a list and it displays like thie: 2.048, but I need it to display like 2048 without the dot.
Let's say it is a year value. But as I don't need a real date I store it as an integer.
On the other hand if there is a way to show only the year in the display of a list from a date attribute, it will server the purpose.
Also I've seen this field, below Custom value, in the attribute definition but I don't know if it admits a mask or javascript function to return only the year or month, for example.

Thank you!