Hi Alteryx o/
Got a dataset that looks like this:
| id | date | Country | value |
| 12345 | 2018-04-01 | China | 1 |
| 12315 | 2018-04-01 | China | 2 |
| 43123 | 2017-03-01 | England | 1 |
| 12314 | 2016-01-01 | Scotland | 2 |
| 412312 | 2016-03-02 | England | 3 |
etc etc...
There will be country fields missing on certain dates ie on 2018-05-01 China might have a value but England won't. Sometimes no countries will have values.
What I'm looking to do is append date values from a certain period (2010-01-01) to each country, irrespective of whether or not that country has a value on that day. I've tried using the generate rows tool, however because I want each date to populate for each country (meaning multiples) this doesn't seem to work.
My hunch is to use a batch macro or some such to do this, however can't think of best way to proceed. What are your thoughts?
Alex