How to format cell value view

hi, is there a way to format the view of a value without change the cell value.

For example : in a row of my column [phone] i have this phone value : 0601010101
I would like that the user can see the number like that on view detail : 06 01 01 01 01
but I need to have only 10 numerics caracteres in this cell.

0 6 415
  • UX
6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Flo

You may want to check this:

thanks but my purpose is to find a way to show the value of a cell in a different way that the value is stored.
An other example : I have a date time value 17/08/2021 16:50 and I want to show only the date in the row detail but i need to keep the date time format in the column.

Aurelien
Google Developer Expert
Google Developer Expert

OK. Then, you can use a virtual column with this:

Steve
Platinum 4
Platinum 4

In short, no.

Itโ€™s not the best idea but you can create a virtual column and use CONCATร‰NATE() and MID () To assemble right version. For original column with phone number you can use Valid if: LEN([_ThisRow].[phone number])=10

Top Labels in this Space