HFMCurrency is a text function that returns the ID of the currency property for a cell in a Financial Management database connection.
The function syntax is as follows:
<<HFMCurrency("GridName", Row, Col, Page)>>
A designer can map the string returned from Financial Management to another string by way of a properties file change. The mappings are defined in the JConsole file. For example, a designer might add these lines to HFM Entity Currency section:
Note: | For information on JConsole, see the “Property Information” topic in the Oracle Hyperion Financial Reporting Workspace Administrator's Guide.. |
If USD is returned from Financial Management, the U.S. dollar symbol ( $ ) is displayed; if EUR is returned from Financial Management, the European euro symbol ( _ ) is displayed. The properties file includes these and other examples as comments.
The following syntax displays the currency property for the cell that is in row 21, column B on page 1 of Grid1:
<<HFMCurrency("Grid1",21,B,1)>>
This function only supports the Current keyword when used in a grid cell; not in a text box object, header, footer or otherwise. For information and examples, see Current / Cur Keyword. |