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
ref:b_i:function_limitations_in_subqueries [2026/08/13 00:42] – removed - external edit (Unknown date) 127.0.0.1ref:b_i:function_limitations_in_subqueries [2026/08/13 07:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +{{tag>Known_Issues, Issue:Min, Issue:Max, Issue:Avg, Issue:Sub_Query, Issue:Query}}
 +<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>
 +
 +==== Function Limitations In Subqueries ====
 +
 +<row>
 +<col size="1"><invisible> This is a spacer column</invisible></col>
 +
 +<col size="5">===Problem/Limitation Description===
 +''MIN'', ''MAX'' and ''AVG'' expressions are not supported if used in subqueries on groups. For example the following query is not supported if Transaction is a group:<code aim>FIND Account WHERE  (COUNT Transaction WHERE (MAX.Transaction.Amount = 1000)) </code> </col>
 +
 +<col size="1"><invisible> This is a spacer column</invisible></col>
 +
 +<col size="5">===Work Around===
 +Avoid using these expressions in subqueries
 +</col>
 +</row>
 +