The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
@group.fieldData is only supported in the group header context. In the current view formatting capabilities, the group footer (groupProps > footerFormatter) uses the same schema as column/row formats but does not expose the @group object, so @group.fieldData (or @group.fieldData.displayValue) will resolve to blank there.
In other words, the behavior observed is by design: @group.fieldData can be used in headerFormatter, but it is not available in footerFormatter. The footer can still use the standard context tokens and field references (for example [$InternalName], [!InternalName.DisplayName], @now, @rowIndex, etc.), but not the group metadata object.
A dynamic value based specifically on the group’s fieldData cannot currently be produced in the group footer via @group.fieldData; any workaround would need to rely on other available tokens or precomputed fields in the list.
References: