Show TOC

Syntax documentation*LOGIC_PROPERTY Locate this document in the navigation structure

Allowed uses: Global, MDX, SQL

*LOGIC_PROPERTY = {property name}

This instruction works with *LOGIC_BY. This instruction is used to override the default name of the property driving the selection of the logic to use.

This feature can be useful when the default property name LOGIC is already taken by another set of logics. For example, the DEFAULT logic could vary by category using the default property LOGIC while a consolidation logic could vary by category using the property CONSOL_LOGIC.

Example Example

// Content of DEFAULT.LGF

//--------------------------------------------------------

*LOGIC_BY = CATEGORY

// Content of CONSOL_LOGIC.LGF

//--------------------------------------------------------

*LOGIC_BY = CATEGORY

*LOGIC_PROPERTY = CONSOL_LOGIC

Content of CATEGORY.XLS:

ID LOGIC CONSOL_LOGIC

ACTUAL Default1 ConsLogic1

BUDGET Default2 ConsLogic2

End of the example.