Hello,
I have a data set that contains these records.
I wanted to replicate Sign UP Channel and SignUpStatus till the 46th period to generate more rows. How can I do this in the Alteryx Designer?
Period | SignUpChannel | SignUpStatus |
1 | A | Active |
1 | A | Pending |
1 | A | Inactive |
1 | B | Active |
1 | B | Pending |
1 | B | Inactive |
1 | C | Active |
1 | C | Pending |
1 | C | Inactive |
Solved! Go to Solution.
Hi @tjamal1
Here is a workflow for the task.
Output:
till 46 for each combination.
Workflow:
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍