Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 167

Loads with insertParallel on sub-trees (boundaries)

If one uses a load with insertParallel mode, the ETL will unconsolidate duplicates of elements in every Top-Element. This behavior is documented but not always wanted - sometimes you only want to load a certain Top Element (Tree) to be loaded with...
over 5 years ago in Jedox Platform / Integrator 2 Future Consideration

Refactor the delete method of the FILE Api

deleting a directory that is not empty is impossible with the method delete: FILE.delete("dir_not_empty"); // fails FILE.delete("dir_empty"); // succeeds this is of huge annoyance since you might want to refresh the content of the whole directory
over 1 year ago in Jedox Platform / Integrator 1 Future Consideration

Table Union: Additional check box "use columns from first source only"

When you are joining 2 datasets from 2 different sources, identical column names are merged and the data appears in one column. However, if one of the data sources has additional columns not in the first data source, the output includes ALL column...
over 2 years ago in Jedox Platform / Integrator 0 Planned

Add "Use default element" checkbox in OLAP Function

Add an additional checkbox in the OLAP Function "Use default element". When checked, if an element passed into the OLAP function is missing or null, the function will use the defined read element on the dimension. In addition, rename the "Default ...
over 1 year ago in Jedox Platform / Integrator 2 Future Consideration

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

Scheduler - visualize like a calendar for a better overview

To organize the different tasks and have a good overview over open timeslots it would be helpfull to visualize each task in a calendar. (Just like organizing people in an outlook calendar or teams calendar.) One would be able to see whether a week...
almost 3 years ago in Jedox Platform / Integrator 0 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