{{tag>Known_Issues, Issue:References Issue:UNDEFINED}} This is the template for INHERITED known issues pages - add a tag to Issue: to allow this to show on the tagged page ==== Undefined With Multiple References ==== This is a spacer column ===Problem/Limitation Description=== Checking for ''UNDEFINED'' value of a multiple reference attribute (see [[docs:2000_concepts:0200_basics:0400_reference_attributes|Reference Attributes]]) in queries does not work correctly. For example, the following will not work:FIND Account WHERE Account.Transactions IS UNDEFINED This is a spacer column ===Work Around=== Use ''EXISTS'' or ''COUNT'' expressions, for exampleFIND Account WHERE COUNT Transaction WHERE (Transaction IN Account.Transactions) = 0