Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithAdd a filter with this code:
if firstExec then C2 = null
if C1.isNotNull() then C2=C1
emit *
emit C2
In this code, C2 is only changed if the value of C1 is NOT null.
But you've got to set an initial value for C2 or it doesn't work.