Forum Discussion
jeffvdt
1 year agoNew Contributor III
CVR on two row members
Hi All,
Can somebody maybe help me on this one? I want to add some subtotals in my report but the problem is that i need to add two members to the CVR formula. So as shown in the formula below not...
- 1 year ago
Hi, I am not sure whether I understand the request correctly. I assume you wish to get the sum of all three rows under Deferred taxation, correct? In your description it sounds as if you only want to get the first row.
You should be able to do it e.g. like this:
GetDataCell(S#Actual:A#40000 + S#Actual:A#40010):Name(MyCVRResult)
- 1 year ago
here the function you can try or create a member with formula and pull in cb.
GetDataCell(UD7#membername+UD7#membername):Name(Total)
Henning
OneStream Employee
1 year agoHi, I am not sure whether I understand the request correctly. I assume you wish to get the sum of all three rows under Deferred taxation, correct? In your description it sounds as if you only want to get the first row.
You should be able to do it e.g. like this:
GetDataCell(S#Actual:A#40000 + S#Actual:A#40010):Name(MyCVRResult)
Related Content
- 1 year ago
- 1 month ago
- 1 month ago