Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Clear

Ideas

Canvas - buttons - hide show - on top of each other

Background: I would like to show a specific button depending on a combobox variable. If the combobox shows A, a button should be shown. (which executes 2 tasks)If the combobox shows B, another button should be shown. (which executes 3 other tasks)...
over 2 years ago in Jedox Platform / Canvas 1 Future Consideration

Prevent saving view as "global" / public if it contains private subsets

Users can select a "private" subset to use in a View for one of the view's dimensions. Since the subset is private, it's only usable for that specific user. If they would now save this View as "global" (meaning, all other users can see & open ...
over 2 years ago in Jedox Platform / Views 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 ...
about 5 years ago in Jedox Platform / Integrator 1 Not Planned

canvas border custom setting

why is it not possible to custom set the border in canvas? I only can pick left right left and right top bottom etc. but not all possible combinations?! why??! Idea: add all possible combinations, or just add the standard border menu where i can j...
over 2 years ago in Jedox Platform / Canvas 1 Future Consideration

Canvas overlap elements

Add the possibility to overlap all canvas elements. e.g. overlap two buttons and switch them via visibility. This gives a lot of flexibility. Best case would be to add layers in canvas so that you can adjust them easy (Just as in Photoshop).
over 2 years ago in Jedox Platform / Canvas 1 Future Consideration

custom canvas frame size

Since canvas is still not flexible enough, it is necessary to add frames from a standard report. These may vary in size. Therefore, it looks ugly when you put them together. Idea: add a possibility to set the size of the frame in canvas and also a...
over 2 years ago in Jedox Platform / Canvas 1 Future Consideration

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

OLAP Snapshot - any popup window/info for users

when downloading OLAP Snapshot (via button action), is there a possibility to set some popup window with info for the end-users that the file is still downloading? Similar as we have for action Integrator (part "Feedback"). Some workbooks exports ...
over 2 years ago in Jedox Platform / Charting & Visualization 0 Future Consideration

Resources of a workbook added to canvas should automatically bring over the resources to the canvas it was brought into.

When adding a workbook with a resource assigned to it. That resource should automatically be assigned as a resource to the canvas workbook to which it was brought.
over 2 years ago in Jedox Platform / Canvas 1 Future Consideration

handle REST calls returning CSV data

Combine the abilities of the REST interface (token authentication) with the file connector (handling of CSV data) -- we actually have a REST inerface which returns CSV data for a GET request and currently, there is no way to import this in Jedox.
over 2 years ago in Jedox Platform / Integrator 2 Planned