L
lynn
I need to create a report which has the total number of
absence days for each employee. I have a calculated field
in the underlying query which calculates the duration of
absence from dates. I then want to add these durations
together to give me a total in the last 12 months.
I have tried creating another calculation field in the
query which totals the duration field but when I try to
run the query, I get the message
you tried to execute a query that does not include the
specified expression 'surname' as part of an aggregate
function.
Where do I put 'surname'? Where is it getting the
requirement for 'surname'?
I know I can use the grouping feature to produce a summary
field, but I want this total figure to appear in the body
of the report along with other information.
I am really stuck!
absence days for each employee. I have a calculated field
in the underlying query which calculates the duration of
absence from dates. I then want to add these durations
together to give me a total in the last 12 months.
I have tried creating another calculation field in the
query which totals the duration field but when I try to
run the query, I get the message
you tried to execute a query that does not include the
specified expression 'surname' as part of an aggregate
function.
Where do I put 'surname'? Where is it getting the
requirement for 'surname'?
I know I can use the grouping feature to produce a summary
field, but I want this total figure to appear in the body
of the report along with other information.
I am really stuck!