Null value question

I have a field for attachments. If the value is null, should the decription and field show up for viewing normally? I’m trying to think of a good way to display this.

How do I hide this with a formula in the hide when section of the field and text?

Subject: null value question

Hi again Loyd,

you could use the @attachments function to test for any attachments in the hide-when formula, which would not show that field and label when in read mode.

So, for the label and field your hide-when formula could be:

!@IsDocBeingEdited & @Attachments = 0

Then you could have the text ‘No attachments’ on another line with a hide-when formula of: @IsDocBeingEdited | @Attachments > 0

hth

Tony