Hello,
I am working on a cohort analysis. I would like to group things by our fiscal quarters. I extracted the month and year from the date column. I am trying to create a new column that has the fiscal year quarters listed. But when I run this formula it only assigns the quarter to the first month in each quarter if statement. What am I doing wrong?
Solved! Go to Solution.
Nevermind. I figured it out. I had to write out the [Start Date Year Month] = for every or statement as shown here.
Hi @jmorris24,
Glad you have solved it.
Just one question. Wouldn't be easier for you to have a text input file with a proper mapping which could be populated with the find-replace tool?
Thanks to that you wouldn't need to write so complicated formulas in the future:
That's a great idea. Good call. Thanks for the suggestion!
Now for part 2. I am trying to figure out how to pivot the table to show revenue for month 1 of each cohort... Don't quite know how to solve that yet
Here is what I am trying to do... https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Cohort-Pivot-Table-to-show-the-first-f...