Formatting in data tables

Hello,

Is it or will there come a possibility to format numbers in a Data Table?
image

I am using data type MONEY and want to be able to show default 2 decimals.

Hello @Michel_Loriaux!

Could you please clarify your question, since the default MONEY format already displays 2 decimals.
If you need to display a different number of decimal places, you can use the DECIAL type.
To do this, you need to change the scale parameter.

Regards,
Alexander

Hello Alexander,

See the table below:
image

See below the same values in the data table below:
image

Hello @Michael_Loriaux

What about create a generated column like on screen below?

image
(Where MONEY_TEST - is uppercased name on money column)

That might solve your issue.

Also, we have some different approaches, but this should be the easier one.

Regards, Dima.