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();
Concatenate values from variables, functions and named ranges (spreadsheet function)
Currently CONCATENATE.RANGE seems the only (native) way of concatenating a (more or less dynamic) number of values with a delimiter. Unfortunately it only works with a cell / cell range. If a list form element uses a variable as target and the sel...
I'd like to see an option to put groups under a hierarchical structure. This could be extremely useful for jedox rights e.g. group_dimension_data. At the moment i've to grant or revoke access to dimensions for each group. If we could have a hierar...
Integrator Action: Add timer in modal feedback window
When the modal integrator window is selected, it would be very helpful to have a timer here as well that calculates hh:mm:ss for the process to run. This would give better feedback to the users, particularly with long running processes :
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.
Canvas: dynamically zoom / adjust content to fit and utilize screen space
Extend Canvas layout and Frames with the capbility to optionally zoom content in / out if screen space is available or limited. The zooming should probably be controllable for individual objects, i.e. ability to enable/disable per object.