Dear all,
I have an excel file with departure data, like
DepartFrom | DepartDate | TotalCount |
LA | 01.03.2018 | 2 |
LA | 04.03.2018 | 4 |
LA | 07.03.2018 | 3 |
for missing dates, I want to populate rows with TotalCount=0, final data will be like
DepartFrom | DepartDate | TotalCount |
LA | 01.03.2018 | 2 |
LA | 02.03.2018 | 0 |
LA | 03.03.2018 | 0 |
LA | 04.03.2018 | 4 |
LA | 05.03.2018 | 0 |
LA | 06.03.2018 | 0 |
LA | 07.03.2018 | 3 |
I tried join and union tools, prepared another excel sheet containing missing dates and merge two files but somehow I couldn't find a way.
Is there a way to populate values for missing dates?
Thanks in advance
Ahmet
Solved! Go to Solution.
Thanks @LordNeilLord, this worked :)
Kind regards,
Ahmet
Can you post a workflow example for this? I am having trouble getting the generate rows tool to work.
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
5 |