Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Clear

Integrator

Continue on Error in CubeSliceCopy

In the CubeSliceCopy load, if a single record fails, the whole process fails. There should be an additional option "Continue on error". This would still log an error in the log for that specific record, but it would allow the rest of the load to c...
over 2 years ago in Jedox Platform / Integrator 1 Not Planned

Add UpdateRuleTemplates Option to Cube Load Settings

Instead of having to add a separate JedoxDatabase load to jobs involving Jedox Cubes, add this option to the main settings fields in the Cube load. I have many times run jobs that update data to Jedox Cubes where I forgot to manually update rule t...
almost 5 years ago in Jedox Platform / Integrator 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 5 years ago in Jedox Platform / Integrator 1 Not Planned

Only stop the services when no Integrator job is running

We have implemented on our own systems that the restart of the services, which is carried out during the backup, only takes place when an ETL job is no longer running. This is also necessary for the cloud.
about 5 years ago in Jedox Platform / Integrator 0 Future Consideration

handle REST calls returning CSV data

Combine the abilities of the REST interface (token authentication) with the file connector (handling of CSV data) -- we actually have a REST inerface which returns CSV data for a GET request and currently, there is no way to import this in Jedox.
over 2 years ago in Jedox Platform / Integrator 2 Planned

Allow quick swap of From and To items in Map function in field Transform

It would be useful to allow a quick swap of To and From instead of manually recreating them.
over 2 years ago in Jedox Platform / Integrator 1 Future Consideration

Highlight the main flow in the flowchart

when a component refers to several sources (e.g. FieldTransform with n lookups) it would be nice to highlight the "main" source in the flowchart (for instance a bold line)
about 5 years ago in Jedox Platform / Integrator 0 Planned

Create a new Load type to write custom messages to log files.

Create a new load type that allows writing to log files custom messages. Currently possible with LOG.info and a groovy script job. It would be better if groovy jobs were not required.
over 2 years ago in Jedox Platform / Integrator 1 Future Consideration

Integrator function to import/export a file into Designer

Jedox Integrator needs a function/load to take a file from another datasource (local neetwork drive, FTP, OneDrive, Sharepoint, etc) and load to Filemanager (Designer). Ot should be able to do the reverse as well (ie export).
over 2 years ago in Jedox Platform / Integrator 2 Future Consideration

Possibility to restore old versions in the designer / integrator

If you work on a report or an integrator project and save it, you realize that you would like to restore your version from 1 day / 1 hour ago. An automated possibility for that would be great. Otherwise we always need to store our projects / desig...
over 2 years ago in Jedox Platform / Integrator / Jedox Web Navigation 1 Future Consideration