Challenge #260: Fuel Me Once...
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
glenperes
8 - Asteroid
03-22-2021
10:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
JP_SDAK
8 - Asteroid
03-22-2021
10:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Great way to start a Monday morning 🙂
abrouwer
8 - Asteroid
03-22-2021
11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
TonyA
Alteryx Alumni (Retired)
03-22-2021
11:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here's my solution
Spoiler
Added a test to make sure a card isn't associated with multiple vans, which would break the workflow (and would require that the transaction file included the van number).
Added a test to make sure a card isn't associated with multiple vans, which would break the workflow (and would require that the transaction file included the van number).
pcan415
Alteryx Alumni (Retired)
03-22-2021
11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Maskell_Rascal
13 - Pulsar
03-22-2021
12:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @mpennington
I like the direction you took, but I'd double check that Generate Rows tool in your workflow. You have it configured to a Byte, but would want it to be at least an Int32 data type, otherwise you're not generating all the rows.
If using the RegEx formulas in the tool, you simplify the regex code like this:
Best Regards,
Phil
mpennington
11 - Bolide
03-22-2021
12:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Good catch, kind sir! I'm guessing I was able to match the results because none of flagged cases were above 255. Thanks for the insight, I really appreciate it. I've been using the Bytes a bit too aggressively, trying to make my workflows smaller. I will need to watch out for that. 😁
Best Regards,
Michael
mike_w
8 - Asteroid
03-22-2021
12:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
no more cheating on gas transactions! 😎
Toons
12 - Quasar
03-22-2021
01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jon_Taylor
8 - Asteroid
03-22-2021
02:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator