Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Clear

Ideas

Showing 283 of 1441

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

Scheduler Job when copying from one instance to another

With the "Jedox Instance Synchronization" feature, users can copy information from one instance to another, including the scheduler. https://knowledgebase.jedox.com/jedox/maintenance/synchronization.htm After copying from the test environment to t...
over 2 years ago in Jedox Platform / Integrator 1 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

Retrieve information from parent node in JSON extract

When hierarchical data is retrieved from a REST endpoint, it's really cumbersome to get that data into a dimension. Imagine, your JSON data has the following hierarchy: Legal entity > Function Area > Cost Center Naturally you'd configure you...
over 2 years ago in Jedox Platform / Integrator 0 Future Consideration

Jedox SAP connector: Implement support for SAP S/4HANA version 2022

Jedox SAP connector: Implement support for SAP S/4HANA versions 2022.
over 2 years ago in Jedox Platform / Integrator 0 Future Consideration

Expand column aggregation to include more than 2 column inputs

It would be great to be able to add additional columns in the Column Aggregation Transformation Function so the aggregation can be calculated based on the unique dimension elements from another column. Currently, it allows max two columns but woul...
over 2 years ago in Jedox Platform / Integrator 0 Future Consideration

ETL DATA PREVIEW - file type

It would be helpful if you could choose whether a CSV or Excel file should be created when exporting ETL DATA PREVIEW. As is the case when exporting drill-through data.
over 2 years ago in Jedox Platform / Integrator 0 Future Consideration

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 4 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)
almost 5 years ago in Jedox Platform / Integrator 0 Planned