I'm wanting to take a specific fields data and fill it with the details from the row below it. I'm using the multi row tool but receiving errors.
I believe I'm doing something incorrectly within the multi row tool but not sure what the issue is.
Example of what it looks like.
Shipment | Schedule Ship Date2 |
1 | |
1 | 5/18/2018 |
2 | |
2 | 6/4/2017 |
What I want it to look like
Shipment | Schedule Ship Date2 |
1 | 5/18/2018 |
1 | 5/18/2018 |
2 | 6/4/2017 |
2 | 6/4/2017 |
I'm working in the new version of Alteryx 2018.2
Solved! Go to Solution.
@danrh awesome that worked!
What I'm running into now is if a shipment doesn't have a scheduled ship date2 to fill from above it's taking the scheduled ship date2 from the shipment before. What I want it to show is null or blank in this field. Any thoughts on this?
@ashleyinman Make sure you have the formula options for "Group By" checked on the appropriate field. Then ensure that the dropdown for missing rows is set to "0 or empty"