This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
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!!
Solved! Go to Solution.
Hi @RajatK
Here is how you can do it.
Workflow:
1. Using transpose tool to convert data columns to rows.
2. Using formula tool to create new col name.
3. Using crosstab to convert it back to table.
4. Using dynamic rename to fix naming.
Hope this helps : )
Thank you so much, @atcodedog05 ! This is very helpful!
Happy to help : ) @RajatK
Cheers and have a nice day!