Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridField.UniqueName Property

In OLAP mode, specifies the full name of a cube element that is bound to the current field.

#Declaration

Delphi
property UniqueName: string read;

#Property Value

Type
string

#Remarks

To display a field in a pivot grid in OLAP mode, you need to bind the field to a corresponding element (measure, dimension, named set, KPI, or hierarchy member) in a linked cube. To accomplish this at design time, you can type the exact name of a cube element or select one from the Field Chooser window. To invoke this window, click the ellipsis button next to the UniqueName property name in the Object Inspector.

The ellipsis button is visible only when a pivot grid is linked to an active TcxPivotGridOLAPDataSource component.

Note

The UniqueName property is in effect only in OLAP mode.

Important

We recommend that you create fields for hierarchy elements in the order they appear in a hierarchy. So, the field for an element at the most summarized level should be created first. To properly display these fields, group them into field groups.

See Also