Better / easier handling of old reports for the new add-in
Reports created with legacy add-in should be usable without the need to detach views & rebuild them in new add-in. This will help users collaborate easily using 2 different add-ins depending on their setup.
For new folder in File Manager, the default rights should be 'Deny' - No rights for groups except Admin
A customer expects, that by creating a new Folder in File Manager, the default rights for all groups (except Admin) should be denied - under Folder ->Properties->Security -> Full Control, Write and Read should be 'Deny'. #12369
Add support for lowest X elements ( e.g. 'Flop 10') in a Subset
Currently only supported whole positive values are supported for the data filter, e.g. 'Top 10' values. It should be possible to use negative values to define e.g. -10 for 'Flop 10' values. #15332
In-place editing of values in ODBCDATA cells should be possible (similar to editing values in PALO.DATA but for data from ODBC source). For this additional SQL UPDATE statement has to be defined when defining relational DynaRange #14001
Simple function to remove an element from consolidation (PALO.EREMOVE or something similar))
Currently the only option to remove an element from consolidation with spreadsheet functions is to use PALO.EUPDATE
function. This method is in-direct as it requires all the elements remaining in consolidation as an argument which makes the use of...
Switch to include PALO.EL with Paste Data Function
To make use of the new flexible cube layout functionality PALO.EL subfunctions inside the PALO.DATA are needed. Inserting the PALO.DATA with the "Paste Data Function" dialogue thus requires to manually edit this pasted function for each dimension ...