We want to prevent us admins from deleting a lot of data via the Excel Add-In. Therefore we wanted to create an admin_excel role which has the same rights as the admin role, but an R for to the cell data Excel right. But this is not possible as on...
Reports sometimes have a lot of columns and it's hard to recognize the whole row, especially if the cells are locked. It would be very helpful to highlight the row on mouse hover as it is now in Modeler dimension view.
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...
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();
When selecting some cell which references named range, it should be possible to display name of the named range instead of the cell address in the address field in Jedox Spreadsheet #10343