ComboBox of the concatenate multiple attribute values on the Spreadsheet
e.g. [attribute values] code name 00001 storeA 00002 storeB 00003 storeC ・ [ComboBox values] (current) storeA storeB storeC ・ ↓ (Want function) 00001 : storeA 00002 : storeB 00003 : storeC ・ Basically, we would like for Comboboxes to have the same...
History of hierarchy and consolidation factors (weights)
A possibility to set consolidation factors depending of several dimensions would dramatically increase the slowly changing dimensions (SCD, see Kimball's bibles) management possibility of Jedox OLAP server.
Example:
in 2014 is my Regions hierarch...
Paste NOT only for visible area (especially when using dynaranges)
Unfortunately in Jedox Web copy&paste is only possible for visible areas of the report.
When working with large dynranges people often export reports to excel first, then they fill in their numbers (e.g. sales revenue planned) and want to past...
In addition to the export functions (PDF, HTML, XLSX) there should be a function for printing.
Right now, users who want to print a report have to export first and print then. Better doing this in one step.
this would be greatly useful to have a method to get the number of rows returned by an ETL component, such as:
mySource=API.initSource("myExtract");
mySource.getRowCount();
Enable SSO usage in JedoxOLAP connections (Integrator) across different OLAP instances
Currently the option SAML / SSO authentication and session handling are not designed or implemented to be shared across different OLAP instances. It would be great the be able to trigger a user authentication across different OLAP instances via Je...
Add a new report that lists all material data points in a structured format, showing whether each has been provided (input) or is still missing. The report would include the following columns: Previous Year Current Year Delta (Change) Input Status...
Make it possible to export a frame that is used in a canvas.
We are looking at creating reports in Canvas instead of the web excel. Canvas is much quicker to develop a report because we can easily control the positions of drop down boxes and other elements and keep the style the same across all reports. The...