Show TOC

Syntax documentation*LOCAL_CURRENCY Locate this document in the navigation structure

Allowed uses: Global, MDX, SQL

*LOCAL_CURRENCY= {local currency member}

Changes the default local currency member from LC to the specified member.

Example Example

*LOCAL_CURRENCY= ValutaLocale // this is Italian!

End of the example.

This instruction must be used in all applications where the local currency member of the currency dimension is named differently from LC, even if the local currency member is not explicitly mentioned in your logic formulas. This is because there are several cases where the Logic engine creates queries that make automatic reference to it behind the scenes.

This instruction can be entered just once in the whole logic and does not need to be repeated in each commit section. For a cleaner design, a good practice is to include this instruction in the application constants library APP_CONSTANTS.LGL.