5 Dec
2006
5 Dec
'06
9:30 a.m.
Hello, How can I insert a conditional python expresion inside a ZPT. Example: if (my_expresion): toreturn = a else: toreturn = b return toretun Thank you!