The DERIVED_PROP element in the Derived_props.xml file specifies a derived property.

The attributes of the DERIVED_PROP element are:

The following is an example of the XML element that defines the derived property described in the book example above:

<DERIVED_PROP
   DERIVE_FROM="PRICE"
   FCN="MIN"
   NAME="LOW_PRICE"
/>

Similarly, a derived property can derive from dimension values, if the dimension name is specified in the DERIVE_FROM attribute. In addition, the function attribute (FCN) can be MAX, AVG, or SUM, depending on the desired behavior.


Copyright © Legal Notices