Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAPretty quick challenge
I do love the weekly challenges, and here is my solution
I am not sure if it is "cheating" to use the Formula tool, but the winner can be determined using a formula like this:
Winner = IF [score_i]>[score_j] THEN [Team_i] ELSEIF [score_i]<[score_j] THEN [Team_j] ELSE Null() ENDIF
The is was just a matter on do a Count NonNull's on the result, sort and pick the fist record
That is how I matched the provided result
Still Climbing
/Verakso