AI-generated Key Takeaways
-
This document explains dimension columns in reports, which are generated from requested dimensions and appear as entries within rows and DimensionHeaders.
-
Dimensions used solely in filters or expressions do not result in report columns or headers.
-
A JSON representation with the field "name" (string) is used to define a dimension's name.
Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.
JSON representation |
---|
{ "name": string } |
Fields | |
---|---|
name |
The dimension's name. |