This is an old revision of the document!


<columns 100% 4% 48%>

<newcolumn>

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:

FIND Account WHERE  (COUNT Transaction WHERE (MAX.Transaction.Amount = 1000)) 

<newcolumn>

Work Around

Avoid using these expressions in subqueries <newcolumn> </columns>

  • Last modified: 2023/03/09 03:35