Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Here is my sample data
| Col1 | Col2 | Col3 | Col4 |
| A | Q1 | A1 | AP1 |
| A | Q1 | A2 | AP2 |
| A | Q1 | B1 | BP1 |
| A | Q1 | B2 | BP2 |
| A | Q1 | C1 | CP1 |
| B | Q1 | A2 | AP2 |
| B | Q1 | B1 | BP1 |
| B | Q1 | D2 | CP1 |
And , This is the output that i am looking for

Note:
1. Col1 is pivoted.
2. Expression used = Maxstring(Col4)
Any help is appreciated.
Thanks In Advance.
Message was edited by: Ravi Kumar
Message was edited by: Ravi Kumar
Where is the attachment?
It is there right. I am able to see Comm_1 is the file name.
Check the attachment
If you looked at the result the coloring is not done for all those values where the first values are Blank so assigning some values to the blank made the dimension values to be considered and it has shown the coloring for al the values

Hi,
Yeah I did this by un-checking the Suppress zero values option and it is working fine.
Any way thanks for the response.