Hi, I have been using Alteryx for a week now and this is my first post here. This may be a relatively easy question but I couldn't solve it myself.
I'm trying to create two columns, with 10,000 rows:
- The first column goes from 1 to 100, with each number repeating itself 100 times.
- The second column has a sequence of numbers from 1-100 a hundred times.
Example:
1 1
1 2
1 3
2 1
2 2
2 3
3 1
3 2
3 3
So, instead of 1 to 3, I would like to do it from 1 to 100. I managed to do the second column using generate rows, but I don't know how to do the first one.
Thanks in advance!!