Can I create a workflow in Alteryx to mimic this Excel file showing delta's
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have an Excel file that shows the purchase orders by week vs the sales orders and my manager asked that I create in the format attached in Alteryx. I have 2 files that I will use, one for purchase orders and one for sales orders. The part of the workflow I am not sure about is that the PO qty is on row 1, the SO on line 2 and the delta between the two is on row 3 and this is where I am not sure how to start the formula. I thought about multi row formula but I dont this this will produce the results I want, can someone point me in the right direction?
Thanks,
Mike
Solved! Go to Solution.
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @MikeFrancis1959,
I guess SO and PO Data is provided and you want to calculate the Delta everywhere?
You could do the following:
Muli-Row is not so great because you would need to combine a Multirow and Multicolumn approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I followed the logic and this works perfectly!
Thanks,
Mike
