G
grace
Hi,I have a report with a counter. The counter numbers a
list of employees. I would like the employee list to only
display a number if the employee is "Active" (not
terminated) like below:
# Name Status
1 Sue Active
2 John Active
Mary Terminated
Jane Terminated
I set the control source on the counter to: =IIf
([EmployeeStatus]="Terminated",null,1). What happens is
the employee is listed with the same number as the
previous employee like below:
# Name Status
1 Sue Active
2 John Active
2 Mary Terminated
2 Jane Terminated
Can this be done by setting the control source differently?
Thank you.
list of employees. I would like the employee list to only
display a number if the employee is "Active" (not
terminated) like below:
# Name Status
1 Sue Active
2 John Active
Mary Terminated
Jane Terminated
I set the control source on the counter to: =IIf
([EmployeeStatus]="Terminated",null,1). What happens is
the employee is listed with the same number as the
previous employee like below:
# Name Status
1 Sue Active
2 John Active
2 Mary Terminated
2 Jane Terminated
Can this be done by setting the control source differently?
Thank you.