Forum Discussion
Hi, not being an auditor myself, I think this request is a bit odd. Am I understanding this correctly, they want all base level data and how it is consolidating to the top (translation, share calculation, elimination) through every entity (base and parent) in a single cube view?
This is what CPM software such as Onestream is for. To process this and make this auditable and fully transparent in the system, not in a single Excel report IMHO.
Possible that this is a standard request and I just never heard about it.
Having said that, 15k rows of code seems still managable. Have you tried using FDX rules for that? You can also define a cube view and extract this via FDX.
Here is the documentation (note that they can be used not only for BI Blend):
Fdx Specialty Connector BRAPI’s (onestream.com)
There are also examples in this forum, such as this one:
Solved: FDX Cube View Rule - OneStream Community (onestreamsoftware.com)
If you search for FDX or Cube View FDX here, you will find more.
- Grace_Johnson4 months agoNew Contributor
After trying different solutions, I think the problem is less the volume of data and more that we have 3 different "base" cubes that then aggregate into our Company-wide cube; essentially data from 3 ERPs gets loaded into a separate cube, and then those 3 cubes are merged into our Company cube. When I run the TBs in the base cubes they populate quickly, but that still leaves the problem of not having visibility into the aggregate cube.
I'll likely make 3 base TBs then have a book that runs each base TB as a tab that can then be aggregated; at least this way we'll only have 3 files to copy+paste, rather than 200+.
- db_pdx4 months agoValued Contributor
This is our exact setup, 3 base cubes that correspond to different divisions with 1 top level reporting cube. We can simply do A#IncomeStatement.Tree (or .Base) with any entity from the hierarchy. Edit: we have different base accounts for the divisions, and through extensibility the Base member expansion will resolve to the appropriate base accounts based on the entity selected.
Can you confirm that extensibility was implemented for cube, entity, and account?
Related Content
- 12 months ago
- 8 months ago
- 2 years ago