Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
b_i:undefined_with_multiple_references [2023/03/09 03:35] – ↷ Page moved from b_l:undefined_with_multiple_references to b_i:undefined_with_multiple_references seanb_i:undefined_with_multiple_references [2023/05/10 01:31] (current) sean
Line 1: Line 1:
 {{tag>Known_Issues, Issue:References Issue:UNDEFINED}} {{tag>Known_Issues, Issue:References Issue:UNDEFINED}}
-<hidden> This is the template for INHERITED known issues pages - add a tag to Issue: to allow this to show on the tagged page</hidden>+<invisible> This is the template for INHERITED known issues pages - add a tag to Issue: to allow this to show on the tagged page</invisible>
  
 ==== Undefined With Multiple References ==== ==== Undefined With Multiple References ====
-<columns 100% 4% 48%+<grid
-<hiddenDO NOT PLACE TEXT HERE</hidden> +<col sm="1"><invisible> This is a spacer column</invisible></col
-<newcolumn+ 
-===Problem/Limitation Description=== +<col sm="5">===Problem/Limitation Description=== 
-Checking for ''UNDEFINED'' value of a multiple reference attribute (see Reference Attributes) in queries does not work correctly. For example, the following will not work:<code aim>FIND Account WHERE Account.Transactions IS UNDEFINED </code>                                                                                                                                                                                                    +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:<code aim>FIND Account WHERE Account.Transactions IS UNDEFINED </code> 
-<newcolumn+</col
-===Work Around===+ 
 +<col sm="1"><invisible> This is a spacer column</invisible></col> 
 + 
 +<col sm="5">===Work Around===
 Use ''EXISTS'' or ''COUNT'' expressions, for example<code aim>FIND Account WHERE COUNT Transaction WHERE (Transaction IN Account.Transactions) = 0 </code> Use ''EXISTS'' or ''COUNT'' expressions, for example<code aim>FIND Account WHERE COUNT Transaction WHERE (Transaction IN Account.Transactions) = 0 </code>
-<newcolumn+ 
-</columns>+</col
 +</grid> 
  
  • Last modified: 2023/03/09 03:35