Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

IMPORT FORMAT mapping-Expression hardcode value

edited Jun 3, 2019 4:41AM in Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC) 5 commentsAnswered ✓

Hi Experts,

for HFM target application, i have created an IMPORT FORMAT.

for the DImension mapping in this IMPORT format, i want t hard code a value to script.

below is an example dimension member

is there a easy way to hardcode this value without IMPORT script. below is the script i am using as IMPORT SCRIPT.

below script is not working, throwing error.

*************************************************************

def view (strField, strRecord):

splittedRecord = strRecord.split(",")

strVIEW= splittedRecord[11]

view  = strVIEW

return view

*************************************************************

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center