Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

Merging array variables or adding members to existing array

edited Oct 20, 2010 12:17AM in Hyperion Financial Management (HFM) (MOSC) 1 commentAnswered
I'm having two member arrays (lists) and want to merge them into one new list without having to define memberlists in the .LST file or having  to do loops. My two arrays are defined by M1 and M2 and could be Base members of a dimension that is stored by the HS.Dimension.List object.

M1

M11

M21

M31

M41

M2

M21

M22

M23

Now I want to do something that could look like this:

L1 = Merge(M1, M2)  or L1 = Join(M1, M2)

resulting in L1 containing M11, M12, M13, M14, M21, M22, M23.

Can it be done by a single simple expression?

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