Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

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 #389: Password and Security Violations

patrick_digan
17 - Castor
17 - Castor

I'm late to the party, so I figured I would have fun with Alteryx Abacus functions to reduce the number of tools.

Saqueador
 

image.png

zdravkab
Meteoro
Saqueador
 

Screenshot 2023-09-18 193320.png

binuacs
Arcturus
Saqueador
image.png
Qiu
21 - Polaris
21 - Polaris

Its all about parsing. 😁

Saqueador
challenge_389.PNG

 

gawa
15 - Aurora
15 - Aurora

Quick challenge on Reg-ex!

 

Powerhouse_21
Cometa
Saqueador
389.png

 

My solution.

 

Saqueador
Workflow

Challenge_389_1.png
Multi-Row formula Tool
  ID = IF StartsWith([Field1], "ID ") THEN GetWord([Field1], 1) ELSE [Row-1:ID] ENDIF
Filter Tool(1)
  Contains([Field1],"PSWD-VIO")
Formula Tool(1)
  ToNumber(REGEX_Replace([Field1], ".*PSWD-VIO\((\d+)\).*", "$1"))
Filter Tool(2)
  Contains([Field1],"SEC-VIO")
Formula Tool(2)
  ToNumber(REGEX_Replace([Field1], ".*SEC-VIO\((\d+)\).*", "$1"))

 

 

Sebastian_Chaieb2
8 - Asteroid
8 - Asteroid

Nice exercise for practice RegEx 

 

Saqueador
389.PNG

AYXAcademy
Alteryx
Alteryx

That's incredibly thoughtful @AkimasaKajitani!

I appreciate you sharing the solutions using both Designer Cloud(s)! 😉

Cheers,

 

Sylvia

AYXAcademy
Alteryx
Alteryx

It's cool to see you using REGEX with other formula tools! Amazing solution @Kenda😃

 

Sylvia