Format a decimal

Hi,

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

thanks

0 10 213
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