Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 175

Only calculate dependent functions / inputs in a field transform / treeElement transform data preview on function level

When re-using Field Transforms you often need to update functions however the preview of a single function will not work until every transform function is correctly updated otherwise it throws an error for a function you intended to fix later. The...
over 2 years ago in Jedox Platform / Integrator 0 Future Consideration

Keep source structure / types when reading a file, so that decimals etc are not changed (same for reading via SQL)

When you extract a file via integrator (i.e. Excel workbook) it doesn't keep the source formatting and requires you to use an extract and transform to get the numbers back to their original format. The suggestion would be to add a checkbox to an e...
over 2 years ago in Jedox Platform / Integrator 0 Future Consideration

Set target fields in a cube extract

This would be helpful to enable setting the target fields in a cube extract. When copying a slice to another one, I use a cube extract, then a fieldtransform where I put a constant. We could cut the FieldTransform if the target structure could be ...
over 2 years ago in Jedox Platform / Integrator 1 Not Planned

Implementation of Token-Based Authentication for JDBC connection

The customer would like to use Token-Based Authentication for JDBC connection (NetSuite in this case) in addition to the User name and Password currently supported. As per Knowledge Base article https://knowledgebase.jedox.com/integration/connecti...
almost 3 years ago in Jedox Platform / Integrator 0 Future Consideration

Incremental Jedox Data Driven Modeling in Excel

Scenario: User has created dimensions and cubes using Jedox DDM though add-in in month 1. In the next month there are few more new dimension elements and additional cube data which needs to be added to the database.Challenge: the user is comfortab...
almost 3 years ago in Jedox Platform / Integrator 0 Planned

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...
almost 3 years ago in Jedox Platform / Integrator 0 Planned

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

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...
over 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...
over 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