E
Ejalogic12
You tried to execute a query that doesn't include the specified expression as
part of an aggregate function or grouping.
Possible cause:
· You didn't enter an aggregate function in the TRANSFORM statement.
I am trying to send the sum of thecolumn below to a table with a field called
"OperatingExpenses". I can get 1record:
[acctpaytable].[Petty Cash]
but not the column sum.
Sum([acctpaytable].[Petty Cash])
part of an aggregate function or grouping.
Possible cause:
· You didn't enter an aggregate function in the TRANSFORM statement.
I am trying to send the sum of thecolumn below to a table with a field called
"OperatingExpenses". I can get 1record:
[acctpaytable].[Petty Cash]
but not the column sum.
Sum([acctpaytable].[Petty Cash])