Which tool I have to use to get table like below:
| Business | MTD | QTD | YTD |
| Retail | | | |
| Corporate | | | |
| Finance | | | |
| Risk | | | |
In my input data, above shown details are not available.
I want to create table like above, after creating above table view- I will fill values in MTD, QTD & YTD using my input data.
Pls help cheers.