Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 150

Text filter in Cube Extract

Right now it is not possible to filter on text in the "Filter condition for cube value" part in Cube extracts. A TableView is needed for that, what is waste of resources (you have to pull all and filter there).
over 2 years ago in Jedox Platform / Integrator 0 Planned

New ETL Cube Load Mode - Insert (Fresh)

Would like this mode to initially clear cube of all values and then act like insert. Update doesn't work when you have have the load process looped (in my case I loop the process on a year-by-year basis).
over 2 years ago in Jedox Platform / Integrator 2 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 2 years ago in Jedox Platform / Integrator 0 Future consideration

cd as source format in the DateFormat Function in the FieldTransform

At the moment the cd format is only supported as a target format. When a date is needed as an input variable in an integrator project it is quite difficult to get it in another fomrat than the cd format to the integrator. If you use for example th...
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

Show tracepoints in the Flow graph of integrator projects

It would be nice if the Flow Graph of some Integrator project could somehow show whether a component in the project does have any (active) tracepoints.
over 2 years ago in Jedox Platform / Integrator 0 Not Planned

Connector to Sage Intacct

Sage Innacct is a leading Financial Management Platform. Jedox should have a native connector to Sage Innacct to support the retrieval of core financial data to support the planning process.
over 2 years ago in Jedox Platform / Integrator 0 Future consideration

Visualize mandatory input field in Integrator UI

The UI for components in an Integrator project (conencts, transforms etc.) offers all the various parameters and options of a component. Some of these are mandatory, while others are optional. However,t he UI currently doesn't show which of the fi...
over 2 years ago in Jedox Platform / Integrator / Jedox Web Navigation 0 Planned

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