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

MOSC Banner

Unable to Pull the location POV for validation.

Hi All,

i am trying to pull the present POV location name at the time of IMPORT step using IMPORT SCRIPT

and only the 1st 3 letters of the location name. also i have to pull the period and category as well in the same script.

but my script is not working.

def POVlocname(strField, strRecord):

     rs = fdmAPI.getLocationDetails(fdmContext[LOCKEY])

     rs.next()

     locname = rs.getstring(PARTNAME)

    strlocname = locname[:2]

return strlocname

please correct me , if i am wrong.

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