Format a decimal

Hi,

I want to format a field (number/decimal) like this :
ex : 3,8 becomes 3,8°C

thanks

0 10 209
10 REPLIES 10

CONCATENATE([Decimal],“°C”)

Hi,
that don’t work in a field “number” or “decimal” also in a field text, but my field is decimal.
and i don’t want creat e new field

3X_3_2_32425d3233e3c796f063090ff97f3060194bf68d.png

CONCATENATE([BAC 1],“°C”)

yes, i do that but dont work

Send screenshot

In a UX form, i have this :
3X_0_7_0799a143a32009be9febe129f1faa805552aa158.png

in a UX detail, i have this :
3X_d_d_ddd071c9766c3ee695ccaf6fb932f31d1bd7368c.png

In addition to what @1minManager told, I think you expect a formatting “in the cell”, such as you can do with Excel or Sheets ?
If so, that’s not possible.
The only pre-formatting allowed are with percent and price (we can pick currency).

For displaying after entrying value, than you need to create a Virtual Column with the @1minManager expression

is sheet
and I don’t want to create a new virtual column, there would be too many

you could use this as the column name

But if you want it to say 2.9°C then this has to be in a text type column

Thank you for your answers

Top Labels in this Space