Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

MemberLists: What conditions prevent the loading of members?

edited Jul 20, 2014 5:02AM in Hyperion Financial Management (HFM) (MOSC) 2 commentsAnswered


I have two different MemberList files.

They both load without error.

With one file, I can see the members of the list, with the other, I can NOT see the members of the list.

I have looked at the line code in both EnumMembersInList sub-soutines.  I see no differences

File #1 that works

Sub EnumMembersInList()

If HS.Dimension = "Scenario" Then

  If HS.MemberListID = 1 Then

   HS.AddMemberToList "ACT_STAT"

   HS.AddMemberToList "BUD_STAT"

  End if

End If

End Sub

File #2 that does not work

Sub EnumMembersInLists()
     If HS.Dimension = "Scenario" Then
          If HS.MemberlistID = 1 Then
               HS.AddMemberToList "ACT_STAT"
               HS.AddMemberToList "BUD_STAT"

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