Show TOC

Syntax documentationEvPRO Locate this document in the navigation structure

The Property Value function returns the value of a specified property for a specified member.

Syntax Syntax

EvPRO(AppName,Member,Property)

AppName — The name of the application. This is required if the corresponding dimension does not exist in the active application.

Member — The name of the member for which you want to return the property value.

Property — Property for which to return its value.

End of the code.

Example Example

The following example displays USD, if the currency value for the member Sales is U.S. dollars.

=EvPRO=(Finance,Sales,Currency)

End of the example.

For more information, see EvPRO Formulas.