Skip to Content
0
Former Member
Jul 17, 2008 at 05:17 PM

How to set a info object to NULL

104 Views

Hello everybody!

I have two info objects and I will create a rule. I will look in the info object 1 and if the info object 1 has the value 'test' I will set info object 2 to NULL.

info object 2 = IF (info object 1 == 'test'), NULL, info object 1.

How can I solve this problem?

Regards, Thomas