PALO.EPARENT and PALO.ELEVEL relative to specific root element (parallel hierarchies)
PALO.EPARENT and PALO.ELEVEL work well if you have only 1 hierarchy within a dimension.
But if you have more than one hierarchy it would be great to give a certain root element as parameter and get the parent and or the level in exactly this spec...
A lot of our data processing requires us to do a step in ETL, then in SSIS and then in ETL because ETL can't do things like trigger stored procedures, etc.
It would make dataprocessing a lot smoother and easier to automate if ETL could trigger th...
Different user rights per Frontend (e.g. Excel (R) / Web (D))
It would be awesome if one could grant users different rights per Frontend (Excel vs Web). In Theory it makes sense to treat them the same (you are either allowed to change a value or you are not) BUT in real life Excel is far more complicated and...
ESG - Add a report to select the double materiality
Add in data preparation a report to select the double materiality. The customer should be able to select: which KPIs are relevant for me and select and deselect. Add a comment. Wolfgang will send a mockup.
Enable more interactive reports with buttons instead of combo boxes. Buttons work really well on mobile devices for example and correctly formatted, look modern) - see attached .wss
1) Be able to copy and paste them (to save time instead of repli...
In other tools there is beside data filter definition for the values a seperate definition for sorting. For what purpose? There is a sales report for example with two columns (Year 1, Year 2) and several rows (Items). In data filter for values you...
I tried the following code in the Groovy in the Jedox ETL.
-----------------------------------------------
import javax.mail.Message;
LOG.info("BCC:" + Message.RecipientType.BCC);
mailer = API.getMailer();
mailer.setServer();
mailer.addRecipient...