Guest_imported
New member
- Jan 1, 1970
- 0
I have a table which has status of all order
User Order Id status
A 1 Open
A 1 "REPAIR" in Process
A 1 Closed
A 2 Open
A 2 "REPLACEMENT" in process
A 3 Open
A 3 "blahblah" IN process
Now my report should show that as follows
Open == all the status like "%IN PROCESS%"
------------------
User | Open | Closed
------------------
A | 3 | 1
------------------
Can any body help me do this .
Thank you.
User Order Id status
A 1 Open
A 1 "REPAIR" in Process
A 1 Closed
A 2 Open
A 2 "REPLACEMENT" in process
A 3 Open
A 3 "blahblah" IN process
Now my report should show that as follows
Open == all the status like "%IN PROCESS%"
------------------
User | Open | Closed
------------------
A | 3 | 1
------------------
Can any body help me do this .
Thank you.