Hi All,
i am running the report for employee id's 301, 302,303
i have a report like below
Region | WorkCenter | Employee Name | SI Installation Notif - Hrs | |||
On site Wrk -SI | Trvl-1st 1/2 hr (NB) -SI | Trvl-2nd 1/2 hr-B - SI | Count of Not 7XXX | |||
WST | ORANGE | CAT USER01 | 0 | 0 | 0 | 0 |
WST | PHOENIX | CAT USER01 | 33.517 | 2.467 | 0 | 2 |
CAT USER01 | 0 | 0 | 0 | 0 | ||
DALLAS | CAT USER01 | 0 | 0 | 0 | 0 | |
WST | DENVER | CAT USER02 | 0 | 0 | 0 | 0 |
WST | PHOENIX | CAT USER02 | 56 | 0 | 0 | 3 |
CAT USER02 | 0 | 0 | 0 | 0 | ||
DALLAS | CAT USER02 | 0 | 0 | 0 | 0 | |
WST | ORANGE | CAT USER03 | 0 | 0 | 0 | 0 |
WST | PHOENIX | CAT USER03 | 26 | 0 | 0 | 2 |
CAT USER03 | 0 | 0 | 0 | 0 | ||
DALLAS | CAT USER03 | 0 | 0 | 0 | 0 |
here i want to show like below
Region | WorkCenter | Employee Name | SI Installation Notif - Hrs | |||
On site Wrk -SI | Trvl-1st 1/2 hr (NB) -SI | Trvl-2nd 1/2 hr-B - SI | Count of Not 7XXX | |||
WST | ORANGE PHOENIX DALLAS | CAT USER01 | 33.517 | 2.467 | 0 | 2 |
WST | DENVER PHOENIX DALLAS | CAT USER02 | 56 | 0 | 0 | 3 |
WST | ORANGE PHOENIX DALLAS | CAT USER03 | 26 | 0 | 0 | 2 |
i have tried with report filter(workcenter)and reportfilter(workcenter) but its not working,
also tried with =max(workcenter)foreach(employee id)
please give me the solution for how can i achieve the report in single row for each employee.
thanks in advance.
Regards,
Durga C