For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
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...