Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

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 #182: Word Sleuthing

bjkay30
8 - Asteroid

Here's my solution

 

Spoiler
bjkay30_0-1682628652752.png

 

Goddenra
8 - Asteroid

+1 in the "order of the words seems right, looks like it works, but can't get the same numbers" group!

CeliaC_Silje
8 - Asteroid
Spoiler
CeliaC_Silje_0-1683256195659.png
Christina_H
14 - Magnetar

Here's my solution.  Slightly different results since I did more data cleansing - the provided solution didn't standardise the case.  There's probably more that could be done to increase the accuracy too.

Spoiler
Christina_H_0-1683707918509.png

 

scooby_snacks
8 - Asteroid

My solution. 

VipulThakur
7 - Meteor

Solved using:

1. Data Cleansing 

2. RegEx 

3. Filter 

4. Summary 

5. Short 

6. Append Fields 

7. Formula

greegotr
7 - Meteor

SOLVED - Extending Field Length from 254 to 2540000 -> Data Cleanse of Leading and Trailing Whitespace -> RegEx to Parse Field_1 and convert \<w+\> with a Tokenized Output splitting into rows -> Filter Field_1 is not null -> Summarize: Field_1 Group By Field_1 and Field_1 Count Count (Count Descending) and then also Summarize: Count Sum Sum_Count -> APPEND both Summarize Output > FORMULA: Percentage = ([Count]/[Sum_Count])*100

 

Also, explored the FREQUENCY TABLE function where it automatically creates columns for Frequency, Percent, Cumulative Frequency and Cumulative Percent

dzeyer
8 - Asteroid

well, well, well..... RegEx and me, still not a very close relationship to be honest.

I studied @RolandSchubert's solution to get ideas and inspiration on how to best tackle such a task.

As always I learned something new - that was the goal of the challenge, right?

vijaydholam
7 - Meteor

solved in 2 ways, 1st is using summarize, sort & formula tool and another way by using Frequency table (it gives all the required info), obviously before this used data cleansing, Regex & Filter tool to reach at desire data.

supriyamb83
6 - Meteoroid

Solution