Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Integrator

Showing 27

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

Add the ability to specify Attribute type in ConstantTree

In a ConstantTree, additional columns are always identified as string attributes. There should be the ability to specify if the attribute is string or numeric.
about 3 years ago in Jedox Platform / Integrator 0 Not Planned

Add a connector for Amazon Redshift

Add an officially supported Jedox connector for Amazon Redshift.
about 3 years ago in Jedox Platform / Integrator 1 Not Planned

Integrator project Wizard

When you create an integrator project, you ALWAYS do first steps over and over again: create connection, create extract, create field transform, create load, create job. With a very simlar approcach to DDM you could limit this to a few clicks by s...
about 3 years ago in Jedox Platform / Integrator 0 Not Planned

CLOUD | Allow Integrator to access log files

Dear Jedox, The log files have useable server statistics. i.e. user login, users opening reports, ect. please allow the jedox cloud integrator to access the Core.log.
about 3 years ago in Jedox Platform / Integrator 0 Not Planned

Virtual constant table

Sometimes you need to have a list of values to iterate on, for instance in a loop job. A constant table is used for this purpose. This would be great to be able to populate a constant table with variable values (like an array), coming from a diffe...
over 3 years ago in Jedox Platform / Integrator 0 Not Planned

Synapse Connector

I would like to propose a connector to Azure Synapse database
over 3 years ago in Jedox Platform / Integrator 0 Not Planned

Improve PowerBI Integrator

Currently the powerbi integrator can only create 1 table in a dataview, making it essentially useless. Even though API-PUSH datasets are difficult to work with, if you at least had the ability for multiple tables, and some control/setting of the d...
almost 4 years ago in Jedox Platform / Integrator 1 Not Planned

get olap session id from connection component

add a method in ETL Scripting API to get the session id of a jedox olap connection
about 4 years ago in Jedox Platform / Integrator 2 Not Planned

ETL Groovy Custom classes

For backuping the databases we use a custom Groovy script, but currently this won't support custom classess such as Amazon S3. Maybe it is good to include the posibility to make the use custom classess who easily could be import via the import...
about 4 years ago in Jedox Platform / Integrator 0 Not Planned