Hi Team,
I have a small query and I am trying to fix the issue since last 1 day:
Current Data Structure:
Month | 01-01-20202 | 02-01-2020 | ....
App 1 | Event | No Event | ...
App 2 | Event | No Event | ...
Desired Data Structure:
Month | App 1 | App 2
01-01-2020 | ...
02-01-2020 | ...
It is change the dates in one column while the application name into other.
Appreciate if anyone from the community can help.
Regards