O
Opal
I need to show an increment value
on a report but I need to create it in the
underlying query for the report.
The report shows OT hours offered
and I need to sort the report by group
code and then from lowest to highest
but I need to sort the query by lowest
to highest first. I need to show an
increment # for the supervisor
to offer additional OT...
Data should look like this:
Emp# OT Offered Group Rank
1234 0.0 A 1
3241 1.0 A 3
3438 0.0 B 2
4532 2.0 B 4
Is there a way to create an increment number
in the query? I have done it in the report but
I do not get the desired results. Thanks.
on a report but I need to create it in the
underlying query for the report.
The report shows OT hours offered
and I need to sort the report by group
code and then from lowest to highest
but I need to sort the query by lowest
to highest first. I need to show an
increment # for the supervisor
to offer additional OT...
Data should look like this:
Emp# OT Offered Group Rank
1234 0.0 A 1
3241 1.0 A 3
3438 0.0 B 2
4532 2.0 B 4
Is there a way to create an increment number
in the query? I have done it in the report but
I do not get the desired results. Thanks.