Have the ability to pivot a table in a custom report to display it as columns instead of rows. So for example I can currently generate the following table:
| SummaryMonth | NodeGroup | Average Availability |
|---|
January | NodeGroup1 NodeGroup2 | 99% 100% |
| February | | 100% 100% |
| March | | 95% 98% |
But would like the option to pivot the table and display it like this:
| NodeGroup | January | February |
|---|
| NodeGroup1 | 99% | 100% |
| NodeGroup2 | 100% | 100% |