Open ganesh-sanap opened 1 year ago
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Hi @ganesh-sanap
Based on microsoft link looks like your column type "Calculated" is not supported: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-conditional-show-hide#unsupported-column-types-in-conditional-formulas
@aaclage I am not using it in conditional formulas to show/hide fields. I am using it in JSON form formatting in header/footer layouts: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-configuration
Hi @ganesh-sanap , Yes, the reference is on the formulas, don't know if is relate, did a test with reference field "metadata..." and didn't work also and found this chapter.
Better is to wait for a response from @shagra-ms
@aaclage Conditional formulas to show/hide fields and JSON form formatting are different functionalities and are not related to each other.
Hoping to hear something related to this issue from @shagra-ms in near future. Thanks in advance for any related information why calculated column does not work in JSON form formatting.
Also experiencing this same issue
I ran into this thread as I am having the same issue with calculated column not appearing in my Microsoft List Header. Wondering if we can get an update from Microsoft on the status of this issue.
Hi @shagra-ms, any update on this issue? Thanks!
Also having this same issue.
Same Issue here...
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
Unable to use the calculated column value in header/footer layout customization using JSON list formatting. Calculated column value can be used in column/view formatting.
The calculated column value is available in the page context but it is not shown in form header:
Steps to reproduce
=[Title]
Expected behavior
Customized list form header/footer should show the calculated column value without any problem.