Simple Question on @If Function

I’ve came across this a number of times, and looked for an @ command but haven’t found one.

In my Postsave formula, I want to perform a function under a certain condition, but if a field doesn’t meet a certain condition, I just want it to continue to save and igore the formula. However, the @If formula’s format is always, “@If( condition1 ; action1 ;… else_action )”, but in the else_action portion I don’t want to do anything I just want it to continue saving and ignore the formula.

What do I place for the else statement?

Subject: Simple Question on @If Function

just say : @Success or “”

Subject: RE: Simple Question on @If Function

Thanks… I knew it should be something simple like that.