Beside selecting a date from the datepicker, the input field should also be filled manually without selecting from the datepicker. So the user can choose if he wants to select the date from the datepicker or if he wants to enter the date manually....
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...
More MicroCharts: Especially horizontal bar charts
It would be good to have more MicroCharts to design Dashboards and Reports.
Especially horizontal bar charts (Variance Charts) would be nice. I use them all the time to indicate positive or negative variances.
In Excel they are made with conditi...
Such a function is standard for all other Reporting Tools.
You only state a start and enddate and the all data in between are selected.
With that functionality Jedox would reach another level of usability.
Working with the reports would be much m...
If you need the same macro in different workbooks you currently have only 2 options:
- copy & paste the macro into all relevant workbooks
- use external PHP files.
But external PHP files are not really handy when you want to provide deploymen...
In order to easily maintain complex print reports, I would need up to 5 nested Dynaranges in one report. One of the latest requirements could use 3 nested vertical Dynaranges with 2 horizontal ones intersecting only the inner vertical Dynarange (t...
Nested Frames (one frameset within another frameset)
The current function to use framesets is nice, but still a bit limited as framesets cannot be nested into each other.
Sometimes you use a frameset for the overall application design - esp. to provide global menu bars and navigation structures.
O...
Macro Events: AfterPaloUpdate to start a macro after Dynarange-Update
Macros assigned to filter-comboboxes (to set dynarange-variables) are executed BEFORE data is updated.
A function similar to __open() that is triggered after palo-data has been changed, e.g. in dynaranges, would allow macro-treatment of the new ...