Expression Error in IIF statement (1 Viewer)

ashchak

New member
Local time
Today, 13:58
Joined
Aug 9, 2016
Messages
5
Expr1: IIf(CDate([Weekly_Upload].[Gift Date])>[Transaction_Failed].[Gift Date],"Success","Failure")

Getting error in this expression
Error : Your Query does not include specified expression as a part of aggregate function.
 

stopher

AWF VIP
Local time
Today, 21:58
Joined
Feb 1, 2006
Messages
2,395
Most likely you are trying to list this expression in your query but you haven't included it in the group by clause.

Please post the rest of your query.
 

Users who are viewing this thread

Top Bottom