Often you hide columns/rows in web spreadsheets for simplification of reports. But sometimes you put values in hidden cells, you never ever want the users to see those values. If the user export this report to excel, he could simply unhide those r...
Two major things should be customizable with date picker:
- set first day of week. By default Sunday is first day of week in date picker, but this is not the case in most of the countries;
- displayed date format in date picker. Date picker is sho...
Make spreadsheet function involving cell reference in paramater usable in PHP
There is a lot of spreadsheet function we can't use in PHP with application like : application() - > isformula("A1") Instead of "A1" we could put an paramater that select the cell A1 like the class range, like this :application() - > isformu...
Expand number of columns possible in Jedox Web Spreadsheet from 256 to 1,000 (min)
In order to create web models, it is sometimes necessary to import excel files which have more than 256 columns (current Jedox limit). In many instances these "wide" data blocks are parts of arrays (which can not be broken up) and are needed for m...
More Chart Types and Better Annotation & Exception-Based Reporting Capabilities
Please add more chart types, such as the following, which are very popular on other reporting platforms and a glaring omission on the Jedox platform after so many years: Combination Chart: bars + line on same graph with dual y axes Tornado and Fun...
Ability to directly translate (using Alias) rgrp/fgrp ids using the database dimension from the system database to their real name
If you want to see the Alias of a rgrp/fgrp id, you need to create Integrator extracts of the System database. We would like to directly access these aliases, instead of always running an Integrator job that writes them to one of our cubes.
It could be interesting to add those methods to the column and row PHP Class. It's already possible by javascript code but there is many constraint when we use js code.
Add a way to identify which wsel we interact with in PHP Macro
If you have one macro and 2 button with the same macro it should be great if the macro could output the name(or id) of the button concerned by the interaction. If we press on the Button1 it display "Button1" If we press on the Button2 it display "...