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 #206: Hotel Reservations

MarkJackson
8 - Asteroid
Spoiler
MarkJackson_0-1622109620804.png

 

Trumble
5 - Atom

Solution complete, as streamlined as I could make it.

mattjacobs
6 - Meteoroid

Seems like i come up with a similar solution.  An interesting challenge, had to try something I hadn't done before with the DateTime tool.

JasonHu
8 - Asteroid
Spoiler
workflow1.png

Here is my submission.

EFos
8 - Asteroid
Spoiler
EFos_0-1625451776025.png

 

ncrlelia
11 - Bolide

Challenge 206

euanwilson
8 - Asteroid
Spoiler
Workflow.PNGResults.PNG
TheOC
15 - Aurora
15 - Aurora

First weekly challenge in longer than I'd like to admit (I need to catch up to @Shifty)

Spoiler
TheOC_0-1626176388097.png

 


Bulien
IraWatt
17 - Castor
17 - Castor

Great Challenge !

Spoiler
IraWatt_0-1626176424701.png

 

 

mceleavey
17 - Castor
17 - Castor

Nice little bit of date parsing.

 

Spoiler
I first filtered the records down to show only those where the Reservation_Status is "Check-Out" then created the arrival date by smooshing the date elements together.
I then converted the arrival date using the conversion tool and calculated the duration by using datetimediff between the two dates.
Then it was a simple matter of filtering to those where the duration was greater than zero and summarizing accordingly.

mceleavey_0-1626176395876.png
mceleavey_1-1626176464010.png

 

 

M.



Bulien