How can i write aggregate function in report in the adp file.
I have a query with expression.
like
a+b and give the alias name as service
a+b+c and give the alias name as mechanical
I want to use this service and mechanical in my report as
=Sum([service]*2 + [mechanical]02.5)
when i run the report error come "Aggregate function are only allowed on the output fields of the record source.
Then i try to put a new expression in query as
[service]*2 = new, which i canot perform, error come saying the service not present in the query.
Is there any way i can solve this problem. please let me know how can we calculate the expression out of expression in sql server.
Thanks.
Indra.