Add Sample data used in SoA demos to the Accelerator Sales. This will increase performance for the SoA team to better showcase the Accelerators. (Because it is the same data from the OnePlatform and data driven modelers and known by all SoA Consul...
For existing projects, I would love to have the possibility to choose the piece of the accelerator I need, for example just the Navigation or just the Currency Conversion. I currently use the accelerator for already existing projects and it takes ...
Ability to directly translate (using Alias) rgrp/fgrp ids using the database dimension from the system database to their real name
If you want to see the Alias of a rgrp/fgrp id, you need to create Integrator extracts of the System database. We would like to directly access these aliases, instead of always running an Integrator job that writes them to one of our cubes.
Showing number of rows if selected extract from cube
This should show information on how many lines are maximally possible to extract. Let's say that cube has 20540 filled cells for dimension filters. This number could be shown next to loaded cells.
This would be helpful to enable setting the target fields in a cube extract. When copying a slice to another one, I use a cube extract, then a fieldtransform where I put a constant. We could cut the FieldTransform if the target structure could be ...
Make spreadsheet function involving cell reference in paramater usable in PHP
There is a lot of spreadsheet function we can't use in PHP with application like : application() - > isformula("A1") Instead of "A1" we could put an paramater that select the cell A1 like the class range, like this :application() - > isformu...