Is there any way to display whether a Rich Text Item has data in it or not using a view ?
Just something as simple as 1 = Contains Data 0 = No Data
I am aware of @abstract and using hidden fields, but I was curious if anyone knew of a way to get this done using formula just checking to see of the field has any data in it at all. Something like If ByteCount(VariableName) > 0 then …etc