Hi,
I hope this is the right place to ask..
I have a requirement to create a table based on two input tables.
table 1 has a single column - account
table 2 has a single column - country
e.g.
Table 1
Table 2
What I after is this
new table 3
| US | 123 |
| US | 234 |
| US | 345 |
| AU | 123 |
| AU | 234 |
| AU | 345 |
| CN | 123 |
| CN | 234 |
| CN | 345 |
If I was using excel this is a simple thing, but I cannot work out how to do this in Alteryx
I am assuming it is simple but I must be missing something.
thanks