using the following: source = API.initSource('myextract'); count = 0; while (source.nextRow()) { count++; } this would be great to have a method to get the rowcount directly, e.g.: count = source.rowCount(); if I want toto iterate over the source ...
For backuping the databases we use a custom Groovy script, but currently this won't support custom classess such as Amazon S3.
Maybe it is good to include the posibility to make the use custom classess who easily could be import via the import c...
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.
Saving Markers in a file can speed up service start because no recalculation at startup will be necessary.
A procedure for triggering recalculation will be needed.
Ich möchte ein Bild als Hintergrund auf eine Startseite einbinden. Da ich aber mit Dynaranges meine Berichtsauswahl nutze ist dies so laut Support nicht möglich. Gibt es eine andere Lösung?
Dynarange shouldn't change the specified cell with dollar sign ($) in Excel formula
If a excel formula is defined in a cell which is covered in a Dynarange, position of specified cells in that Excel formula is dynamically changed when the Dynarange is expanded.
e.g.
If "SUMIF($G$2:$G$4,B3,$E$2:$E$4)" is specified in a cell cover...
The Store zero values feature is interesting but far too extreme. One should have the possibility to refine and define the property for particular slices, not necessarily for a complete cube.