Challenge #175: Tire Size Calculator
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jonathanwillis
8 - Asteroid
10-06-2021
01:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
AlexvanOs
8 - Asteroid
10-15-2021
06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My solution:
Spoiler
I chose to select an input file for the dropdown in the first step, as the same method used in step 2 and 3 made the decimals change to underscores in the fieldnames.
That broke the app for those old school tires sizes.
But to keep extra DB files to a minimum, I chose to use a direct input for step 2 and 3, by making the ratio and wheel size values into field names.
That broke the app for those old school tires sizes.
But to keep extra DB files to a minimum, I chose to use a direct input for step 2 and 3, by making the ratio and wheel size values into field names.
slaven13
5 - Atom
10-25-2021
09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
leozhang2work
10 - Fireball
10-26-2021
08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
A bit annoying the file location seems to be misplaced now.
It is very good exercise that forced to practice iterative app.
bktaylor
8 - Asteroid
11-09-2021
10:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
PeterAP
8 - Asteroid
11-12-2021
09:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here we go!
Maxine
8 - Asteroid
11-28-2021
03:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
PatForData
8 - Asteroid
12-14-2021
04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
r_manju02
8 - Asteroid
12-14-2021
09:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
KieranAdair
7 - Meteor
12-15-2021
07:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Great challenge and exercise on building these types of connected apps.
I used a dynamic rename to get my first list for the drop down, then created NAME|VALUE files for the subsequent apps. I also renamed a few of the fields and shortened the number of decimal places for ratio & rim size to stop the filtering being so tight.
Looking forward to finding new challenges to apply this technique!