Rich text field using in Hide when formula

I have a rich text field in the form.I need to hide this field and label when i am creating new documents.For the existing documents if this field contains value then i have to show that value if the existing documents doesnot contain any value in the rich text field then label has hide.

For the existing documents which does not contain any value in the rich text field label hiding is not happening.

I tried the following methods.

1.@IsNewDoc | @IsNull(rtfComments)

2…@IsNewDoc |@text(rtfComments)=“”

Can you please help me regarding this.

Subject: Rich text field using in Hide when formula

Veni

A way you might be able to do this is by having two subforms and then use include a computed subform area on your main form. You can then choose which subform will show depending on your selection criteria.

Cheers

Paul

Subject: Rich text field using in Hide when formula

Take a look at the article I wrote a few years back, Hiding a rich text field, and read the comments as well. There are some useful ideas but also things to watch out for.