MJ1705
3 years agoNew Contributor II
Build a cube view with Accounts.base and U1.base
Hi, I need to build a cube view where I want to have Accounts base as well as U1 Base. Something like this:
The problem is when I am running this - Onestream crashes. Supression settings ...
- 3 years ago
Try using Sparse Row Suppression. Without this OneStream will be evaluating every possible row to determine whether it should be displayed or not. With Sparse Row Suppression turned on it will perform the data evaluation before generating the rows so you should see a performance improvement.
It's generally a good idea to turn this on when you are building Cube Views which nest Dimensions in the rows.