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.