Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

ADD A NEW IDEA

Clear

Ideas

Showing 608 of 1447

Function to display overlapping labels so as not to overlap

In the case of bar line chart etc. Sometimes the labels of the first chart and the labels of the second chart overlap. Therefore, I want a function that automatically adjusts the position so that they do not overlap.
over 6 years ago in Jedox Platform / Charting & Visualization 0 Future Consideration

Add data validation to add Element attribute form

Add data validation to the attributes listed in the Add Element form when popup form is selected. It should be activated when using "cell range" as the target to populate the form. If there is data validation on that cell, it should use that data ...
over 4 years ago in Jedox Platform / Views 0 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 4 years ago in Jedox Platform / Integrator 0 Future Consideration

Allow for choosing exactly which DFilter is used with "sorting with value"

Subset editor allows for multiple DFilters, both intersecting and non-intersecting. Sort tab allows for sort by value. When there are multiple DFilters in use, customer would like to be able to select a particular DFilter only for sorting by value...
over 2 years ago in Jedox Platform / Views 0 Future Consideration

If using a Subset on Rows or Columns this should be clear in the Paste View dialog

Perhaps use a different Icon and use the name of the subset in the text of the selection
over 4 years ago in Jedox Platform / Views 0 Future Consideration

Integrator function to import/export a file into Designer

Jedox Integrator needs a function/load to take a file from another datasource (local neetwork drive, FTP, OneDrive, Sharepoint, etc) and load to Filemanager (Designer). Ot should be able to do the reverse as well (ie export).
over 2 years ago in Jedox Platform / Integrator 2 Future Consideration

Possibility to restore old versions in the designer / integrator

If you work on a report or an integrator project and save it, you realize that you would like to restore your version from 1 day / 1 hour ago. An automated possibility for that would be great. Otherwise we always need to store our projects / desig...
over 2 years ago in Jedox Platform / Integrator / Jedox Web Navigation 1 Future Consideration

Scheduler Job when copying from one instance to another

With the "Jedox Instance Synchronization" feature, users can copy information from one instance to another, including the scheduler. https://knowledgebase.jedox.com/jedox/maintenance/synchronization.htm After copying from the test environment to t...
over 2 years ago in Jedox Platform / Integrator 1 Future Consideration

Drill anywhere from View to different View

When you bring up a Drill Anywhere View, make it an option to then Drill Anywhere again. This will be very powerful and allow one to drill to driver cube level.
over 2 years ago in Jedox Platform / Views 0 Already exists

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 ...
over 4 years ago in Jedox Platform / Integrator 1 Not Planned