Forum Discussion
Larry_Lux_57
Aug 21, 2024Copper Contributor
Value not shown in grid but shown in edit window.
Hi all, I seek you advise, I have a calculated column in date format. For some reasons I don't get the result in the grid view. However it is in the edit window If I change col...
michalkornet
Aug 23, 2024Iron Contributor
Hi MarkDavis385,
thank you for the steps to reproduce the error. I was able to see the same problem with the calculated column.
As I mentioned in the previous post, it looks like a problem with the default column formatting for calculated columns.
This simple column formatting will resolve the problem.
{
"elmType": "div",
"txtContent": "@currentField"
}
JL9117
Aug 23, 2024Copper Contributor
You legend(s)! Thank you so much. I added this code to the Column Formatting via 'Advanced Mode' and all working perfect again. Much appreciated.