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!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
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...