The import from files not only in the default import folder but from it's subfolders.
Challenge: When multiple users are working on same file, which needs to be imported (Example: Manual Journal Entries), the files are getting overwritten by other users. Recommendation: If users can create sub folders under import folder to manage ...
Expanding the functionality of the knowledge database
The Jedox Knowledgebase is a helpful treasure chest of knowledge in my daily work. However, I do see room for optimization: 1. due to the size of the knowledgebase, searching for a topic always results in a large number of hits. This could be coun...
In the Picklist we have the option to add extra elements. I would like to propose the option to also being able to deselect from a feature similar to this. This will make removing technical members from dropdowns, like "~" and many others, simpler.
In the "properties" for a dimension in Modeler, right now max. 6 attributes are shown in the list of attributes at first glance - user must scroll to see additional attributes.A larger number of attributes than 6 is probably not uncommon, so maybe...
When using Excel and debugging user rights it will be helpful to switch between several accounts without having to change the connection name. The reason is that people will send you their own Excel files and often hardcode the Connection in vario...
Don't collapse Comboboxes when moving mouse in framesets
When an end user expands a Combobox in the upper frame of a Jedox Web frameset, and then moves their mouse onto another frame while the Combobox is still open, the Combobox is closed automatically. This can be quite annoying as user has to careful...
Possibility to debug Starting Time of Jedox Web Reports
Before moving to Jedox, we used the Cockpit from Cubeware.This Frontend provided a possibilty to debug the starttime of a given report. The debug window showed every step of the loading-procedure of a report. Why would this be helpful in Jedox?I h...
Autofilter on spreadsheet (on dynarange) - like Excel Autofilter
It would be great to add an Autofilter simular to Excel onto a spreadsheet (onto a dynarange). Current situation:
All filters in a Jedox Web spreadsheet have to be implemented manually one by one via dropdowns, subsets etc.
This is great to...
using the following: source = API.initSource('myextract'); count = 0; while (source.nextRow()) { count++; } this would be great to have a method to get the rowcount directly, e.g.: count = source.rowCount(); if I want toto iterate over the source ...
Keep the button properties (background, font) when clicking on it (web and Canvas)
I'd like it if, when the user clicks on a button, that same button could keep its properties (background, font, etc.) and not be displayed again by default. A bit like checkboxes that keep the tick displayed when you click on them.