Forum Discussion
GajendraS
1 year agoNew Contributor
Performance issue with Cubeview
Hi Team, I need to parameterize my Cubeview where I need to sum two flow member data and show it in my Cubeview , For which i need to write a rule in that rule I have to create a temporary variabl...
- 1 year ago
Hi - can you post the getdatacell formula that you tried? The below should work:
GetDataCell(F#RFX_input + F#UFX_input):Name(Total)
GajendraS
1 year agoNew Contributor
Doesn't allow to create a Total in the flow dimension. we need to add 2 flow members without creating a new 'Total' member in the flow dimension. we already try to do so by getdatacell, but it doesn't work, that's why we need know is there any way to do so with the help of business rules.
TheJonG
OneStream Employee
1 year agoIt seems strange that a GetDataCell formula that is that simple would cause the Cube View to timeout. There may be something else going on in the Cube View. Assuming its a large Cube View, are you using sparse row suppression? Maybe the dynamic calc is messing with that.
Creating the Total member is likely the best solution and I'm not sure why that is not an option?
Related Content
- 8 months ago
- 7 months ago