ReportHierarchicalColumn Structure
Use the ReportHierarchicalColumn structure to return column properties for a hierarchical column used in an analysis.
The ReportHierarchicalColumn structure is used in ReportEditingService Service.
Note:
System wide default column properties that apply to any of the report columns are returned in the report column properties.
ReportHierarchicalColumn Structure Fields
| Fields | Description | 
|---|---|
| String ID | Specifies the column identifier of the report column | 
| String tableHeading | Specifies the table heading of the report column | 
| String columnHeading | Specifies the column heading of the report column | 
| Boolean hidden | If set to TRUE, the column is hidden. If set to FALSE, the column is displayed. | 
| String subjectArea | Specifies the subject area of the report column | 
| String tableName | Specifies the table name of the report column | 
| String hierarchyID | Specifies the hierarchy of the report column | 
| String dimensionID | Specifies the dimension of the report column |