Page 1 of 1

Pop-up message in perspectives

Posted: Mon Feb 26, 2018 10:20 am
by ultrakocka
Hello,
does anyone know if it's possible to show customized confirmation/failure pop-up message in perspectives and TM1 web? I know you can set generic pop-up message in process options in Perspectives, but I'd prefer to show message based on underlying process.

E.g.: Action button in Perspectives runs a process with incorrect parameters (value>100 or value<0) and I need to show different pop-up message based on what is wrong with the parameter after the process finishes.

Thanks and Regards,
Simon

Re: Pop-up message in perspectives

Posted: Mon Feb 26, 2018 10:21 am
by Wim Gielis
Hello Simon,

That's possible.
Instead of the message, use a cell reference to some (hidden) cell.
In that cell, you use a DBRW formula towards a cube that you update yourself within the process.

Wim

Re: Pop-up message in perspectives

Posted: Mon Feb 26, 2018 10:26 am
by ultrakocka
Aaah, nice, thanks a lot, Wim!
Simon