Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 150

Dynamic ordering of included columns via RegEx

Regular expressions allow for matching several columns at once. We would like to have an easy way of ordering columns via RegEx, so that column order is not dependent on simple order operations like "ascending","decending" and also multiple column...
about 2 years ago in Jedox Platform / Integrator 3 Future consideration

Integrator: Request limits in REST connections

This would allow REST Integration builders to insert "pauses" in their projects without writing groovy. The idea would be to allow for pauses after a request is completed before executing the next step in the process. With a standard REST / JSON e...
about 2 years ago in Jedox Platform / Integrator 0 Future consideration

Support connections that require Multi-Factor Authentication in Integrator

When using a username and password in an integrator connection, where the target system has 2FA/MFA implemented, this will fail since Integrator is not able to handle the response for 2FA (dialog to enter code or use authenticator app etc). Ideall...
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

Show variables used in ETL-jobs, loads, process-steps in FlowGraph

In integrator it would be very helpful to be able to see the variables that are used in an integrator process in the FlowGraph. This could be shown in each job/load or even next to each integrator step in the FlowGraph. This gives you a better ove...
over 2 years ago in Jedox Platform / Integrator 2 Already exists

Load "Replace by Security"

In HFM you could when loading data, set a setting they called replace by security. Basically what it did, was to use security settings to determined how to replace data. This way you could load data, and have the settings determine how to overwrit...
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

Option to initialize groovy variables at runtime (not when the job starts)

when using a variable set by a groovy script, the variable is initialized when the job or load is executed, not when it is needed in the flow of the job. this is a problem when using tokens for APIs whose validity is limited in time. The token is ...
over 2 years ago in Jedox Platform / Integrator 3 Not Planned

Add a new function in fieldtransform that changes the value of variable

This new function will allow to change the value of variable during an ETL job. We can already do it in groovy but could be interesting to implement it directly in fieldtransform function or as a component type
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

New Transform: Row Normalization

This transform would work the same as the Field Normalization ,but for rows. Right now, if you try to normalize rows with the field transform, the delimited values are put into a single column. This new transform would take a single column input, ...
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

Send XML CDATA over a Rest connection

I need to send XML data in the body of a Rest POST request. This XML data contains CDATA escapes. Apparently Jedox automatically puts a CDATA around the body text and refuses CDATA. It would be nice if Jedox would allow CDATA in the request ...
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

New ETL Cube Load Mode - Insert (Fresh)

Would like this mode to initially clear cube of all values and then act like insert. Update doesn't work when you have have the load process looped (in my case I loop the process on a year-by-year basis).
over 2 years ago in Jedox Platform / Integrator 2 Future consideration