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, 2024Steel 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"
}
MarkDavis385
Aug 23, 2024Copper Contributor
Hi michalkornet and thank you so much!
This did the trick for the first few affected columns I've tried, so expect it will sort them all out.
Any clues as to what would have made this suddenly become a problem?
Cheers!
Mark.