Hi,In a transformation, I am trying to check if a custom page field is empty. Currently, I've tried the following:@% if(Eval(@Custom_Page_Field@) != @@){ %@
@% } %@
and @% if(Eval(@Custom_Page_Field@) != null){ %@
@% } %@
And both are not working for me.
↧