Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

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 #332: The more ice cream, the better!

jflanigan
8 - Asteroid

My answer for Q2 is different from the solution because I did not exclude the ingredient Coconut Cream.

Spoiler
jflanigan_0-1665153751488.png

 

James_Driver9
8 - Asteroid
Spoiler
James_Driver9_0-1665418013784.png

 

simi22
8 - Asteroid

solved

jpowellsd
Alteryx
Alteryx

This is actually helpful for Dairy Free

Spoiler
jpowellsd_1-1666070981399.png

 


 

CarolynR
8 - Asteroid

I still need to figure out how to clean up the ice cream names, but in the end it didn't even matter.

 

Spoiler
 
Snag_e9b894.png

danettedavis
8 - Asteroid

team solution

abner-sa
8 - Asteroid

My solution.

 

Spoiler
Q2: Filter using the following REGEX :
!(
REGEX_Match([Ice Cream Name], '^(.*[[:space:]])?cream([[:space:]].*)?$')
OR REGEX_Match([Ice Cream Name], '^(.*[[:space:]])?peanuts?([[:space:]].*)?$')
) AND
!(
REGEX_Match([Ingredients], '^(.*[[:space:]])?cream((,|[[:space:]]).*)?$')
OR REGEX_Match([Ingredients], '^(.*[[:space:]])?peanuts?((,|[[:space:]]).*)?$')
)

Q3: Order by rating asc, name desc
NaiLo
8 - Asteroid
Spoiler
NaiLo_0-1667150407008.png

 

The clean up in the solution is probably a lot more elegant than what I got, but it works

Jack_Li
8 - Asteroid
Spoiler
Jack_Li_0-1668145876817.png

 

putu_w_erata
8 - Asteroid
Spoiler
putu_w_erata_0-1668146603941.png