Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Clear

Ideas

Showing 393 of 1403

Add a property to loads and jobs that show all dependency in report designer

Actually, it could be very tipsy if there is a way to know where a job or a load is called. For example on a report there is button with action that call an integrator job A. We could add a property to this job that show the path of the report tha...
about 2 years ago in Jedox Platform / Integrator 0 Future Consideration

Add a checkbox to return absolute value in function DateDuration

When we use the function DateDuration in ETL Fieldtransform it return a subtraction between 2 date, but sometime we don't care about if the date difference (in terms of days for example) is positive or negative so in this case it should be interes...
about 2 years ago in Jedox Platform / Integrator 0 Future Consideration

Improved Traceability of calculations

Recently I have seen a lot more requirements for traceability of calculations for users. i.e. easy abiliy to understand how a value was calculated. This is coming up as a 'critical' requirement in functional requirements quite often. I know we hav...
about 2 years ago in Jedox Platform / In-Memory DB 0 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

Improved RULE Debugging

1. With a Parse Error in RULE you get an errormessage referring to a position number in the rule's string. But the editor never displayes the current position as a number, which would help locate the error. Or highlight the error position! E.g: u...
over 6 years ago in Jedox Platform / In-Memory DB 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

Materialized Rules / Persisted Rules - for Performance Optimization (like materialized views)

Currently rules are calculated in the moment when the user queries the data. It would be great to have the option to shift the timing to the point when the user changes data. So the result of the calculation would be stored/persisted when the use...
over 6 years ago in Jedox Platform / In-Memory DB 0 Future Consideration

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

in the new ETL Project overview, add group expand/collapse and search bar

THe new project overview screens in integrator are great, but what would make the finctionality much better is the ability to: Collapse/Expand the groups of components Adding of a search bar at the top for the components.
about 2 years ago in Jedox Platform / Integrator 0 Planned