Add a property to loads and jobs that show all dependency in report designer
Actually, it could be very tipsy if there is a way to know where a job or a load is called. For example on a report there is button with action that call an integrator job A. We could add a property to this job that show the path of the report tha...
Add a checkbox to return absolute value in function DateDuration
When we use the function DateDuration in ETL Fieldtransform it return a subtraction between 2 date, but sometime we don't care about if the date difference (in terms of days for example) is positive or negative so in this case it should be interes...
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
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.
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.
Table Join (left outer) - Checkbox to show only nulls on right side of join
To do this currently requires a Table View step to filter out records that are not null on the right side of the join. It would be simpler to have a check box next to the join type that only shows up when 'left outer' is selected. When checked, th...
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.
deleting a directory that is not empty is impossible with the method delete: FILE.delete("dir_not_empty"); // fails FILE.delete("dir_empty"); // succeeds this is of huge annoyance since you might want to refresh the content of the whole directory