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...
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 ...
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.
when a component refers to several sources (e.g. FieldTransform with n lookups) it would be nice to highlight the "main" source in the flowchart (for instance a bold line)
Sometimes (while in development or production) an ETL job fails at a certain point. Then often all steps before were successful and after solving the problem I would like to continue the ETL from the failed element onwards. Instead I have to resta...
Add navigation capabilities (previous/next/first/last) in the FieldTransform functions
if you want to edit the next or the previous function in ETL client, you have to close the current one, and click on edit for the following. This would be helpful to jump to the next or previous one without closing the window
It's necessary to have an option of Partial Reload in the Integrator Qlik Load. Qlik Sense supports it. And it saves a lot of time during data sinchronization between Jedox and Qlik.