I have a table like:
Client Process Date Status
A B 21-june Y
C D 22-june N
A B 22-june N
C D 21-june Y
..
n rows
I want to display a report in the following format:
Client Process 21-June 22-june .. .... n colums
A B Y N
C D Y N
Please help...