Hi! I’m using the formula editor on generic inquiry for this formula: =IIf( ( POReceipt.Status] = 'R' And dINRegister.Status] = 'R') And ( POReceipt.OrderQty] = sum(uINRegister.TotalQty])), 'True', 'False' )
It validates correctly but when I run it, it returns this error: Column 'POReceipt.Status' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Column 'INRegister.Status' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Column 'POReceipt.OrderQty' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
Â
Any ideas how to troubleshoot?
Â
Attached is GI and this field has the formula:
Â
Â