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?
Regards
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
3 Replies
- RobbSalzmannValued Contributor II
Yes, this is correct., It looks like this in the report:
- jwagnerNew 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
- RehaanAbdullaNew 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