Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Clear

Ideas

Showing 590 of 1403

Increase number of visible attributes in Modeler

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...
about 4 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

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...
about 4 years ago in Jedox Platform / Jedox Web Navigation 0 Not Planned

Number format with space thousand sep. and dot for dec.sep.

Jedox has different user English languages for specific regional number formatting - English (Sweden), English (Finland) etc. These languages help to format numbers. But we need a bit different number format - with space thousand separator and dot...
about 2 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

Button action to export cube data into Excel

Quite often our customers ask us to export data in plain table format (normalized). The only way to do it - download cube data (optionally with filters, base elements and rule-calculated values). But normal user cannot do it manualy due to access ...
about 2 years ago in Jedox Platform / Jedox Web Navigation 1 Future Consideration

Start ETL Job from any position

Sometimes (while in development or production) an ETL job fails at a certain point. Then often all steps before were successful and after solving the problem I would like to continue the ETL from the failed element onwards. Instead I have to resta...
over 6 years ago in Jedox Platform / Integrator 0 Future Consideration

Comments notifications

It would be nice to have any notification when a comment is inserted in a report. One small icon with the number of new comments (like other Apps) could be enough and the best solution
over 6 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

show explicit right when inherited

in #_GROUP_DIMENSION_ cube this is really complex to know what is the right for a certain group since it can be inherited from upper levels, for instance: Europe N West France R this would be great to be able to see that, say using a "flag" t...
over 6 years ago in Jedox Platform / In-Memory DB / Jedox Web Navigation 0 Future Consideration

Add navigation capabilities (previous/next/first/last) in the FieldTransform functions

if you want to edit the next or the previous function in ETL client, you have to close the current one, and click on edit for the following. This would be helpful to jump to the next or previous one without closing the window
over 6 years ago in Jedox Platform / Integrator 0 Future Consideration

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 ...
over 6 years ago in Jedox Platform / Jedox Web Navigation 0 Not Planned

row count of a component in scripting

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 ...
about 4 years ago in Jedox Platform / Integrator 1 Not Planned