GETATTRIBUTESPECS

Returns the current attribute specifications for the selected application and database.

Syntax

GETATTRIBUTESPECS

Notes

This command returns the current attribute specifications for the application and database, including attribute member name format, Attribute Calculation dimension member names, Boolean and date member names, and numeric range specifications.

Example

GETATTRIBUTESPECS;

Returns:

 ---------Attribute Specifications--------


 Prefix/Suffix   : Prefix
 Use Name of     : Parent
 Delimiter       : '_'
 Date Format     : MM-DD-YYYY
 Bucketing Type  : Upper Bound inclusive
 Default for TRUE       : True
 Default for FALSE      : False
 Default for Attr Calc  : Attribute Calculations
 Default for Sum        : Sum
 Default for Count      : Count
 Default for Average    : Average
 Default for Min        : Min
 Default for Max        : Max

The name of the attribute level 0 member 3000000, in the following dimension structure, varies depending on the attribute member name format.

Attribute Member:

Population 
    Small
            3000000

Sample Name Variations:

SettingsResulting Member name

Prefix/Suffix : Prefix

Use Name of : None

Delimiter : '_'

3000000

Prefix/Suffix : Prefix

Use Name of : Parent

Delimiter : '_'

Small_3000000

Prefix/Suffix : Prefix

Use Name of : All Ancestors

Delimiter : '^'

Population^Small^3000000