Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Clear

Ideas

Showing 1300 of 1409

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

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

Function to display overlapping labels so as not to overlap

In the case of bar line chart etc. Sometimes the labels of the first chart and the labels of the second chart overlap. Therefore, I want a function that automatically adjusts the position so that they do not overlap.
over 6 years ago in Jedox Platform / Charting & Visualization 0 Future Consideration

Integrator - Values in Data Preview with options should stay during session

The "data preview with options" is a helpful feature to look at data points without having to change the default value of variables. However it would be nice, if the values are saved during the session to look at different component data previews ...
about 2 years ago in Jedox Platform / Integrator 0 Future Consideration

DB Security for SSO Authorization admins (Azure)

According to the knowledge-base and how things currently work, accessing the DB security (screenshot) within Jedox Cloud is only possible through either the built-in user "admin" or a user which is member of the built-in group "admin". Also access...
about 2 years ago in Jedox Platform / Jedox Cloud / Jedox Web Navigation 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 ...
over 4 years ago in Jedox Platform / Integrator 1 Not Planned

Auto close formulas in Websheet

Excel is smart enough to close a formula if you hit return. Jedox Web just warns you that you needed to close the formula. Just close the formula so it matches Excel experience. See attached examples.
about 2 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

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