Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

All ideas

Showing 1316 of 1316

integrator_start_job: optional parameter allowing similar executions

in the function integrator_start_job there is a condition checking whether the very same job (check is done over the locator) is currently running: if(intval($count) > 0){ // if so print status and exit integrator_set_job_status(null,$statu...
over 2 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

Odata - method to obtain a comprehensive log of the job's execution, not just the job's final status.

We've been utilizing the OData Hub in a similar way to our previous use of etlclient.bat / etlclient.sh. Successfully, we are able to initiate a job and receive a status update, such as "Completed successfully". However, we're seeking a method to ...
over 1 year ago in Jedox Platform / OData Hub & Power Platform Connector 0 Future Consideration

Automatically remove corrupted objects from Canvas

In some scenarios, it's possible that an object is created on Canvas which later somehow gets corrupted, meaning it's still somehow part of the Canvas definition, but not accessible anymore. This can probably have various effects; a known one is t...
over 1 year ago in Jedox Platform / Canvas 0 Future Consideration

Moving the SVS Editor to another place

As a customer, I would like to be able to access the SVS Editor via Administration (<CTRL>+<M>) and not under Modeler (<CTRL>+<P>). Reasons: 1. Security: ste_olap is the only way to restrict access to the SVS editor. Secur...
over 1 year ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

Create a new Load type to write custom messages to log files.

Create a new load type that allows writing to log files custom messages. Currently possible with LOG.info and a groovy script job. It would be better if groovy jobs were not required.
over 1 year ago in Jedox Platform / Integrator 1 Future Consideration

Disabling feature for Access list in Cloud console

The Cloud console lets you add new access rules for IP filtering. Once created, rules can be edited or deleted, but they cannot be temporarily disabled. It would be useful to add a button to enable or disable a rule.
over 1 year ago in Jedox Platform / Cloud Console & Administration 1 Future Consideration

Conditional Formatting on Labels

In Jedox Web we can define conditional formatting rules on cells but it would also be useful to apply similar rules to labels.
over 2 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

Add IF statements (conditions) for action buttons

Action buttons are great and already replace many macros. To replace more it would be great to add an IF statement (and switch cases). If a certain variable/named ranges or multiple variables/named ranges have a certain value it should do action A...
over 2 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

Report descriptions

The report properties (in report designer) includes a description. It would be good to show this in the reports section to give context for each report. In details view you could include next to the report name. In thumbnails view you could have i...
over 2 years ago in Jedox Platform / Jedox Web Navigation 0 Future Consideration

Filtering in Views: use Alias Format

In Views, rows can be filtered by an attribute value (or Alias). However, if the user picked a Alias format (such as "Element name (Alias"), this can lead to result which might be unexpected. For example, when filtering for "start with" + some cha...