The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

RehaanAbdulla's avatar
RehaanAbdulla
New Contributor III
2 years ago
Solved

How to add base member accounts in a member filter in a cube view

Hi  I need to add two base member accounts in the member filter of a cube view. Would this be the correct syntax: A#Account1, A#Account2. Or do you need to add a plus sign between them? Re...
  • jwagner's avatar
    2 years ago

    Are you trying to sum up the two members or just have them both display in the cv?  
    If you are trying to add them together: GetDataCell(A#Account1 + A#Account2)

    For Display Purposes:  A#Account1, A#Account2