Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 172

In Dimension Load remove create mode to avoid data loss by accident

Hi, please remove the create mode in Dimension Load to avoid data loss by accident. I guess it is obsolet anyway because there is no advanatge over update mode, right?
over 1 year ago in Jedox Platform / Integrator 1 Future Consideration

Parent operator in json extract

JSONPath has no parent operator (unlike XML). When getting the following json from a rest webservice: { "data": [ { "id": "xxxxxxxxxx", "pages": [ { "id": "yyyyyy", "questions": [ { "id": "1234567", "answers": [ { "tag_data": [], "text": "blaaaaaa...
over 4 years ago in Jedox Platform / Integrator 0 Planned

Add tooltip and/or other visualization for long component names in Integrator

When building complex Integration projects, if you have long component names , it is sometimes impossible to differentiate between similarly named long source components. The following features would help: Tooltip. There should be a tooltip on the...
about 3 years ago in Jedox Platform / Integrator / Jedox Web Navigation 0 Future Consideration

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...
about 3 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 ...
over 3 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.
over 3 years ago in Jedox Platform / Integrator 0 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)
over 3 years ago in Jedox Platform / Integrator 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 5 years ago in Jedox Platform / Integrator 0 Future Consideration

Netsuite connector

A dedicated connector for Netsuite, rather than using JDBC
over 5 years ago in Jedox Platform / Integrator 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 5 years ago in Jedox Platform / Integrator 0 Internal Review