hello,
I have two controls where they are both the same if statement, but one returns the current user and the other returns the date. Is there a way to combine both of these into a single control, so that if box1 equals true, it will return the user and the date?
IF((box1==true), userProfileLookup(Current User,"PreferredName"),"") |
IF((box1==true),formatDate(Current Date,"MM/dd/yyyy"),"") |