I’m trying to use a not-null value in a view, but the field is a rich-text field and everything I’ve tried seems to only work on a plan text field, but not rich-text. Is there a way to do this?
I want a view that will, for example, display forms that have something in the field OpenPMRs
I’ve tried the following (which all work on regular text field, but not rich-text):
OpenPMRs != “”
@isnull(OpenPMRs) !=1
@getfield(OpenPMRs) != “”
Thanks!
Elizabeth