ContributionsMost RecentMost LikesSolutionsRe: Data Cell Access Security Yes, as MikeG mentioned, as many as you want but you have to balance performance. The more slices you have, the more OneStream has to think through cell combinations to determine data access. So d...Re: Security: Question - Control access to a Scenario There are a lot of questions in here. First, if all your cubes are sharing the same scenario dimension, then it is true that any security groups you put here on any scenario: A...Re: Issue with Zero Input Not Triggering Calculations in OneStream There are typically 3 ways member formulas or BRs can write calculations simplistically: api.Data.Calculate("A#YourAccount = RemoveNoData(A#" & accountName & ")") api.Data.Calculate("A#YourAcco...Re: Matrix Data Load Basics Maybe try to look at the log file to see if there is any information in that: Re: Server Audit Reports I do not believe you can export from that screen. But that information is stored in system tables so you could write a data adaptor SQL to pull that info out into a grid component, put that in a das...Re: Base member that becomes a parent member If a base member has data and you now need to make that base a parent, you will lose data unless you: Option 1 - not preferred if you are live Rename that current base member as 3110_Base as an...Re: Cube View showing amounts loaded into plug account during consolidation The intercompany matching reports that are out-of-the-box are enabled on a WF step here: But there are also some in the Standard Application Reports (RPTA) available on the Solution Exchan...Re: Cube View showing amounts loaded into plug account during consolidation Have you considered using the intercompany matching reports that are part of the WF process, out-of-the-box? Or the intercompany matching reports you can find in the Standard Application Reports (RP...Re: Matrix Data Load You can set up a data source as a matrix data load to pull in the entities from various columns. Here is an example: Set up data source as matrix like shown here: Define your matrix dim...Re: RemoveZeros from CubeView Have you already tried row suppression in the cube view?