Ability to decide if a Paste View can be used as an input template or only for reporting
It would be nice to have an option to control data entry using Paste Views. Currently, Paste Views by default provide ability to enter the data (As long as user has write access). My suggestion would be to have a checkbox in Paste View option wher...
Don't collapse Comboboxes when moving mouse in framesets
When an end user expands a Combobox in the upper frame of a Jedox Web frameset, and then moves their mouse onto another frame while the Combobox is still open, the Combobox is closed automatically. This can be quite annoying as user has to careful...
Retrieve information from parent node in JSON extract
When hierarchical data is retrieved from a REST endpoint, it's really cumbersome to get that data into a dimension. Imagine, your JSON data has the following hierarchy: Legal entity > Function Area > Cost Center Naturally you'd configure you...
Show cube description in Jedox Excel add-in when using Jedox Web Dialogue
When users utilize the standard dialogues (not the Jedox Web Dialogue) and hover their mouse pointer over a cube in the "paste view" dialog while selecting cubes, they can view the cube's description. This feature greatly enhances the user experie...
Expand column aggregation to include more than 2 column inputs
It would be great to be able to add additional columns in the Column Aggregation Transformation Function so the aggregation can be calculated based on the unique dimension elements from another column. Currently, it allows max two columns but woul...
Quite often many tabs are open with different reports. They all have to be closed individually. Having some options when right clicking on the tab to "close all" or "close all others" would be a nice addition.
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 ...
It would be helpful if you could choose whether a CSV or Excel file should be created when exporting ETL DATA PREVIEW. As is the case when exporting drill-through data.