Hi,
I need help with the below scenario. My data looks something like this:
| CompanyCode | Balance | Amount | MonthName |
| ABC | 100 | 1000 | May |
What I want the data to look like:
| CompanyCode | May - Balance | May - Amount |
| ABC | 100 | 1000 |
Please let me know if you have a feasible solution for this.
Thank you in advance!!