Skip to content

Latest commit

 

History

History

Challenge-01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Challenge - 01 : Join To Range

Problem Statement :

A company in Australia has source data which is made up of a series of postal codes (eg. 2000, 2001, 2002 etc.) amongst some other data fields.

They have a separate reference table which contains postcode ranges (eg. 2000 to 2002) which they would like to use to match/filter their main data.

Each Customer Record needs to be joined to the Lookup table based on a Postal Area Ranged region.

Then finally summarize the customer data by Region, Sales Rep, and Responder, then a count of customers.

Here is the weekly challenge link in the Alteryx community: Challenge #1: Join to Range

Concept & Highlights Covered :

This challenge covers the following concepts:

  • Data Preparation

The Alteryx tools and techniques that can be used to solve this challenge are as follows:

  • Prepare
  • Join
  • Parse
  • Transform

The proficiency level required to solve the challenge is : Intermediate

Solution :

Here is the snippet of the workflow that achieves the required result:

Workflow Snippet