Hi All,
I want the report in the below format. I have provided more explanation at the bottom.
| Status | JAN 16 | FEB 16 |
|---|
| NEW | OP1 OP2 | |
| Process | OP3 | OP6 |
| Closed | OP4 | |
I have a requirement to show multiple values in the same cell. For eg
Data
Month Opportunity Status
JAN 16 OP1 New
JAN16 OP2 New
JAN 16 OP3 Process
JAN 16 OP4 Closed
FEB16 OP5 New
FEB16 OP6 Process
and so on.
I am looking for a pivot view
Status Jan 16 Feb 16
New OP1
OP2
Process OP3 OP6
Closed OP4
So here in the above example my two opportunities OP1,OP2 which fall as New should come with a merged cell. Is this possible. Also as you see I need to use pivot view as i want the table to show from Jan - Dec for the year selected.
Regards,
Deep