Possibility to control which levels of a hierarchy in a combobox with subset is expanded, when opened the first time. Same option exists for dynaranges allready.
Having the possibility of hiding/collapsing single frames in a frameset in report-manager would help increasing usability.
Assume you are working in a 2-frame-environment using one frame only for navigation purposes it would be helpful to collap...
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...
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();