Let us know how we can make Jedox even better!
It would be nice to have a checkbox for each row in a job that would deactivate or activate it. Use Case:
I have a job with 30 load rows ; let's say that I want to temporarily deactivate the 16th because I suspect it to be wrong. Now I have to delete it, and if I want it back, recreate it. and I have to know precisely where the row was.
In a groovy job this is far easier since you can comment the row out:
// API.executeLoad("My_16th_Load");
and comment it in again
Thank you for your great idea. While we cannot commit to a specific target version, we will consider adding it to our future internal backlog.