Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Maveryx Success Stories

Learn how Alteryx customers transform their organizations using data and analytics.
STORIES WANTED

Showcase your achievements in the Maveryx Community by submitting a Success Story now!

SUBMISSION INSTRUCTIONS

Dairy Queen’s Automated Spatial Analysis Saves $700K Over Time

AlteryxAdvocacy
Alteryx
Alteryx
logo.png
Overview of Use Case

American Dairy Queen is a chain of fast-food restaurant with over 4,000 stores in the US. The Restaurant Development Strategy & Analytics team applied the Spatial tools to determine which of vendors were closest to each store location. Converting the procedure to an Alteryx workflow changed a 4-person, 41,000-hour process into a single, repeatable workflow. If we were to compare the previous project hours – over 4,000 hours – to our new process, the saved project hours for this one project pay for my Alteryx license and over 97% savings in project hours.

 
Describe the business challenge or problem you needed to solve

In our produce program if there is a recall on anything, we must be able to track the produce in order to protect our consumers. In the past, it's been a challenge to do that because we're a franchise organization, so you're relying on the franchisees to properly track their produce.

 

Within the first couple of months of me arriving to DQ and learning Alteryx, I was asked by an operations leader to talk through a project they were starting. They said, “we want to know how many of the secondary source produce people are nearby each store location.” We needed it to be consistent throughout our franchise system, we needed to make sure that in the event of a recall we can act quickly, and we wanted to make sure that we can update this whenever we needed to.

 

Original process for proximity analysis

  1. Create list of existing, operating DQ locations – roughly 4,500 in the US
  2. Look up a single DQ location on a map
  3. Manually search the vendor spreadsheet to identify the closest 20 vendors
  4. Cross check closest suspected vendors on map of the single DQ location
  5. Manually input each vendor on spreadsheet corresponding to the store they would service
  6. Repeat this exercise as stores open, close, or relocate
  7. Total employees required: 4
  8. Total initial hours: 4,160
Describe your working solution
  • The input data for the module was relatively basic – DQ store locations and a list of the vendors designated as secondary sources.
  • We already had the DQ locations geo-coded and the spreadsheet of vendors was being maintained – since that was the original process for the project.

    Picture1.png
  • The data needs to be turned into points so we can find the nearest vendors.
  • This find nearest tool is asking the module to find the closest 25 store points within a 60-minute drive time. Because we want to later sort the data based on drive time and mileage, we next need to calculate the distance between the DQ location and the vendors within that 60-minute drive time.
  • Also, notice the unmatched path that comes out of the find nearest tool. These are records that do not fit the criteria- stores that do not fall within a 60-minute drive time of that vendor.
    Picture2.png
  • We pull in the master vendor list and create points for each of the locations.
  • Based on the specific supplier, we then filter – one supplier will have that 60-minute drive time we previously viewed, the other vendor will have a 100 mile radius.

    Picture3.png
  • Our end goal is to have one spreadsheet as a master vendor list.
  • We need to join both the 60 minute and 100 mile unmatched records into one stream.
  • We union the matched and unmatched records into one file and filter out any data abnormalities- no store numbers or supplier names.
  • Next, for those records that maxed out the limit in set distance, we set their distance at 100 to allow for a cleaner sorting process.
  • The data is then sorted by store number and distance from store- closest to furthest.


    Picture4.png
  • The final part of the module assigns a rank order to each record by store number.
  • Because we only want the 25 closest locations, we need to sample only the top 25 records by DQ store number.
  • To prevent any errors while trying to write to the output Excel files, a Block Until Done tool is added in.
  • Next the data is organized based on the output audience and then saved as an Excel file.
  • I also have this set up to automatically email the group when the files are ready, which saves me from having to remember to send an update to the group.
    Picture5.png
Describe the benefits you have achieved

This was one of my first major modules to build, so it took a few weeks to get it running well. We also loved the flexibility of being able to change the variables as needed. While preparing for another presentation last year, I organized and further optimized the module resulting in a run time of 30 minutes.

 

INITIAL BUILD OUT

 

OPTIMIZED

•       Roughly 2-3 weeks to build

•       Output of over 35,000 records

•       Originally ran in 4 hours

 

•       Optimized module over the years

•       Final output of over 34,000 records

•       Now runs in 30 MINUTES! 

 

 

The benefit we saw, even when the module was running for 4 hours, was astounding compared to the previous process. If we were to compare the previous project hours – over 4,000 hours – to our new process, the saved project hours for this 1 project pay for my Alteryx license. We can now run the module quarterly – or as needed. If we round up to 30 minutes for the module to run quarterly – 2 hours total – that is only 122 hours. Over 97% savings in project hours.

 

The hours that would have been spent over the last 9 years since we’ve been using this workflow:

 

 

Old Process

New Process

Frequency

Annually

Quarterly

Number of People

4

1

Total Hours Initially

4,160

122

Total Hours Cumulative

37,440

138

 

If we had been doing it by hand during that time – that is well over $700K in hours spent running this analysis by hand. On the other hand, by automating that process in Alteryx, we’ve only spent 16 additional hours (excludes year 1) running the workflow. 

 

 
Related Resources

The entire PowerPoint presentation can be found here. Additionally, visit this link to watch the entire recorded session.