Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Jedox Platform

Showing 216

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

Reload report button

A button "Reload report" that would close and open the report again would be really helpful, for development purposes as well as from a user perspective
about 3 years ago in Jedox Platform / Jedox Web Navigation 1 Not Planned

Showing number of rows if selected extract from cube

This should show information on how many lines are maximally possible to extract. Let's say that cube has 20540 filled cells for dimension filters. This number could be shown next to loaded cells.
over 1 year ago in Jedox Platform / Integrator 0 Not Planned

SVS | Event OnReportOpen & OnReportClose

Dear Jedox, What: Please add 2 events to the Supervision Sever to log information on opening and closing of reports. They events should also be able to read which report is being opened and by who. Why: Can be handy for further data analysis of re...
about 3 years ago in Jedox Platform / Jedox Web Navigation 0 Not Planned

Add support for logging in syslog format and to remote syslog daemons

Add support for logging in syslog format and to a remote syslog daemons. Evaluation of existing solutions and specification and implementation of custom solution. #12002
almost 5 years ago in Jedox Platform / Other 1 Not Planned

Macro Events: AfterPaloUpdate to start a macro after Dynarange-Update

Macros assigned to filter-comboboxes (to set dynarange-variables) are executed BEFORE data is updated. A function similar to __open() that is triggered after palo-data has been changed, e.g. in dynaranges, would allow macro-treatment of the ne...
almost 5 years ago in Jedox Platform / Jedox Web Navigation 0 Not Planned

Support HTTP 2 calls

For a REST connection to Insomnia server HTTP 2 calls are required. For this connection type we need to have by default TLS 1.3.
over 1 year ago in Jedox Platform / Integrator 0 Not Planned

Apply cell style from another cell

Since 2020.1 we can set a style in a dimension element. This is great. However it works perfect only in Dynamic View reports. In custom reports we can apply style only on the cells with palo.data function. It's not possible to apply the style on t...
almost 4 years ago in Jedox Platform / Jedox Web Navigation 0 Not Planned

Make decimal / thousands separators independent from language

so that a french user can use "." instead of commas for instance
about 4 years ago in Jedox Platform / Jedox Web Navigation 0 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