Properties for Business Information

These properties configure how to display business information such as the list of attribute groups, the list of attributes' colors, and the business indicators.

For more information, see Configuring Business Information.

Configure the attributes in the indicator tag. This tag defines the way the indicator is displayed in 3D. This section can be specified for each indicator. The indicator must be defined by a fieldid attribute. After you configure the indicator tag, you can configure the attributes in the attributecolor tag. You can define colors for specific group values.

You can retrieve and use custom attributes for the select attribute.

For example, if you create a custom attribute named Custom Attribute for Merchandising Product, its database name will be XP_MerchandisingProduct_Ext.Custom_Attribute. You can use this attribute as follows: <attribute select="attribute[XP_MerchandisingProduct_Ext.Custom_Attribute]"/>

You can use these extensions to retrieve custom attributes for various objects.

XP_MerchandisingAssetDrawer_Ext

XP_MerchandisingAssetGondolaSection_Ext

XP_MerchandisingAssetHangingBar_Ext

XP_MerchandisingAssetPallet_Ext

XP_MerchandisingAssetPegSupport_Ext

XP_MerchandisingAssetPeg_Ext

XP_MerchandisingAssetShelf_Ext

XP_MerchandisingAssetShortShelf_Ext

XP_MerchandisingAssetWithRepresentation_Ext

XP_MerchandisingAsset_Ext

XP_MerchandisingAssortment_Ext

XP_MerchandisingComposition_Ext

XP_MerchandisingGondola_Ext

XP_MerchandisingProduct_Ext

XP_MerchandisingRepresentation3D_Ext

XP_MerchandisingRetailCategory_Ext

XP_MerchandisingRetailCluster_Ext

XP_MerchandisingRetailStore_Ext

XP_MerchandisingScene_Ext

XP_MerchandisingStore_Ext

XP_MerchandisingStoryboard_Ext

XP_MerchandisingSubAssortment_Ext

AttributesDescriptionValues
TitleCorresponds to the default title of the indicator.Text
LocalisedTitleIDCorresponds to the indicator's localization tag.Text
ColorCorresponds to the indicator's background color. Hexadecimal color value
TextcolorCorresponds to the indicator's text color.Hexadecimal color value
NumberDecimalsCorresponds to the default number of decimals to display.Number
GroupFormCorresponds to the formula used to group the data.

The following values are available:

  • SUM: corresponds to the sum of indicators.
  • AVG or AVERAGE: corresponds to the average of indicators.
  • MIN: corresponds to the minimum value of a product in a group.
  • MAX: corresponds to the maximum value of a product in a group.
  • COUNT: corresponds to the number of products in a group.
  • MOST: corresponds to the product with the most occurrences in a group.

GroupFormPonderationCorresponds to the weighting of indicators for groups.

The following values are available:

  • None: no weighting is applied. All values of products are computed.
  • Product Quantity: each value of a product is multiplied by the products quantity available in the group.

CurrencyCorresponds to the indicator's currency.Text
CurrencyPositionCorresponds to the indicator's currency position.

The following values are available:

  • 0: the currency is aligned to the left.
  • 1: the currency is centered.
    Note: The default value is 1.
  • 2: the currency is aligned to the right.

FormatDataCorresponds to the indicator's format to display.

The following values are available:

  • RAW: displays the raw value of an indicator.
  • PERCENT: displays the percentage value of an indicator.
  • RAW_ONLY: displays only the raw value of an indicator.

AnalyseDataCorresponds to the analysis values to define (maximum, minimum and color).