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

MOSC Banner

FDMEE Import Format Expression in Account Column

edited Jun 5, 2019 8:33AM in Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC) 11 commentsAnswered ✓

Hi,

I have loaded single line of data for my import format and it was loaded successfully = amount =  43.55

Now I want to divide the amount  = 1/43.55 = 0.022 (for exchange rates)

I have used below given import script to handle and assigned to Amount Column = Expression (Script=divCurrValue.py), but receiving error while importing.

--------------------------------------------------------

def divCurrValue(strField, strRecord):

return 1 \ strField

--------------------------------------------------------

Request you suggest me

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