Forum Discussion
Formatting form header
- Mar 11, 2024
Last time I checked, using calculated columns in the form header JSON formatting was not supported. Check details: How to get value of Calculated field in Header using JSON?
So, you will have to recreate the logic you used for your calculated column in the JSON formatting using JSON operators/functions.
- What is the formula used in your calculated column? I can suggest how to build same logic in SharePoint JSON formatting by looking at the formula.
- SharePoint JSON formatting works with internal name of columns. You can get the internal name of your SharePoint list columns by following this article: How to find the Internal name of columns in SharePoint Online?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Last time I checked, using calculated columns in the form header JSON formatting was not supported. Check details: How to get value of Calculated field in Header using JSON?
So, you will have to recreate the logic you used for your calculated column in the JSON formatting using JSON operators/functions.
- What is the formula used in your calculated column? I can suggest how to build same logic in SharePoint JSON formatting by looking at the formula.
- SharePoint JSON formatting works with internal name of columns. You can get the internal name of your SharePoint list columns by following this article: How to find the Internal name of columns in SharePoint Online?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- JoelGDucharmeMar 11, 2024Copper ContributorThank you! I found the internal name of the columns and it worked!