Drill view in a workflow process
Posted: Mon Nov 17, 2014 9:14 am
Hi Everyone,
I have written a pre-submit process that checks in validation cube for possible issues and, in case of any, interrupts the submit action together with a proper message.
This is working fine.
However, beside the mesage I would also like to open a drill view which would show more details about the validation issues.
I've put the ExecuteProcess('}drill...') inside the pre-submit process together with the necessary parameter values.
I've also tried to put RETURNVIEWHANDLE('B_Monthly_Validations','Drill_B_Monthly_Validations');
Both of these don't work.
It means, the pre-submit process is still working fine in TM1 Contributor, it interrupts the submit in case of an error, it still produces a message, but no extra drill view is opening.
So my question is: is it possible to open a drill view in a workflow process at all? Or am I doing something wrong.
Thanks!
I have written a pre-submit process that checks in validation cube for possible issues and, in case of any, interrupts the submit action together with a proper message.
This is working fine.
However, beside the mesage I would also like to open a drill view which would show more details about the validation issues.
I've put the ExecuteProcess('}drill...') inside the pre-submit process together with the necessary parameter values.
I've also tried to put RETURNVIEWHANDLE('B_Monthly_Validations','Drill_B_Monthly_Validations');
Both of these don't work.
It means, the pre-submit process is still working fine in TM1 Contributor, it interrupts the submit in case of an error, it still produces a message, but no extra drill view is opening.
So my question is: is it possible to open a drill view in a workflow process at all? Or am I doing something wrong.
Thanks!