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
2 years agoNew Contributor III
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...
- 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
jwagner
2 years agoNew Contributor III
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
RehaanAbdulla
2 years agoNew Contributor III
I was looking for display purposes but thank you for showing the way to add them up as well
Related Content
- 2 years ago
- 1 month ago