Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

FDQM mapping script

edited Jan 24, 2011 8:15AM in Hyperion Financial Management (HFM) (MOSC) 1 comment
Hi,  I am working in HFM UpStream FDQM and trying to modify an FM Account "Like" mapping script.  The account Target is dependent upon the source UD1.  Our source UD1 used to be 2 characters (##) and I had the following working script:

If varValues(19) = "50" Then

    Result = "564000"

Else

    Result = "514600"

End If

 

Our source UD1 has now changed to a format of #####.## .  I need to use a wildcard because there are too many combinations to list each.  I tried to use

If varValues(19) = "*.50" Then

    Result = "564000"

Else

    Result = "514600"

End If

 

But it didn’t match the *.50 to anything.  It loaded everything to the Else.

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