Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #175: Tire Size Calculator

AYXAcademy
Alteryx
Alteryx

A solution to last week's challenge can be found here!  

 

Tires: they smell bad and can be expensive, but we all need them. For being a basic piece of technology, they have a huge impact on arriving safely at your destination. 
For instance, the "contact patch" refers to the amount of a tire contacting the surface of the road. The size of a contact patch has a huge impact on stopping distance, traction, and even fuel economy. It's a similar story with tire height.

 

When looking for new tires, it can be useful to get information about a tire's width and height. Many sites have "tire calculators" which allow a user to enter a tire's size in a standard format and view more information on that tire. The standard format for tires is tire width in millimeters, a percentage of that width as the sidewall's height, and the radius of the rim in inches (e.g. 285/70/R17 is a 285mm wide tire, with a sidewall size of 199.5mm (285*.7), and fits on a 17" rim).

 

For this week's challenge, create a chained app to allow users to enter tire size information and view the additional information on file. Update the next field after the user makes a selection so that only existing options are available.

 

tires_image.jpg

 

 

Your app interface should look similar to this: 

Create a three-step app to find tires based on width, sidewall height, and rim radius.Create a three-step app to find tires based on width, sidewall height, and rim radius.

 

 

 

 

Ladarthure
14 - Magnetar
14 - Magnetar

My solution, no text but the questions in order, great way to learn how to get app running apps

JosephSerpis
17 - Castor
17 - Castor

Challenge Completed

Step1.JPGStep 2.JPGStep 3.JPG

NicoleJohnson
ACE Emeritus
ACE Emeritus

My solution! Went with an intro question as well so that I didn't have to have manual inputs in my first drop down (used the first app to create the grouped values for the second chained app to use in the dropdowns). 

 

Spoiler
IntroApp.JPG

Cheers!

NJ

patrick_digan
17 - Castor
17 - Castor
Spoiler
step1step1step2step2step3step3
rbirch
5 - Atom

Solution to challenge #175. 

Reesetrain2
9 - Comet

All,

 

My submission:

 

Spoiler
I had to rework my submission so that it filtered down the choices.

I used the select/Record ID/Transpose route in order to use convert the remaining choices to headers by adding the record ID.

-If anyone else knows of a better way, please let me know with a @Reesetrain2 

-Cheers!

Spoiler
Capture.PNG



Alekh
9 - Comet

First chained app challenge?

Ladarthure
14 - Magnetar
14 - Magnetar

Hi @Reesetrain2, another way to do that is to chain apps, it may be a bit longer to design, but not that hard!

Martyn
9 - Comet

Another nice challenge.

Spoiler
Used this template for all 3 apps - 

clipboard_image_0.png
I included the Dynamic Rename as I wasn't happy with the underscores instead of decimal points in the tyre widths (I'm just picky).