Forum Discussion

MJ1705's avatar
MJ1705
New Contributor II
3 years ago

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 ...
  • LeeB's avatar
    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.