Provide the ability to define themes for charting in Jedox Web, allowing users to define default styles for chart components such as titles and labels and define custom color palettes to align with corporate branding and style guides.
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();
Action buttons are great and already replace many macros. To replace more it would be great to add an IF statement (and switch cases). If a certain variable/named ranges or multiple variables/named ranges have a certain value it should do action A...