Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to create a folder, if its not existing already

vencric
8 - Asteroid

How to create a folder, if its not existing already

36 REPLIES 36
atcodedog05
22 - Nova
22 - Nova

Hi @vencric 

 

Something below would be better and easy to maintain as a list.

 

atcodedog05_0-1648467208373.png

 

Hope this helps : )

 

vencric
8 - Asteroid

Thanks @atcodedog05 .But the list will be changed dynamically based on the input.. thats why i used REGEX_CountMatches

atcodedog05
22 - Nova
22 - Nova

Hi @vencric 

 

Here is the Regex way

atcodedog05_0-1648467799259.png

 

 

(:?) is used to create an unmarked group which checks the input for the chars in the list.

 

Hope this helps : )

vencric
8 - Asteroid

Even in this case, only 4th option should be true... rest should be false..

atcodedog05
22 - Nova
22 - Nova

Hi @vencric 

 

can you explain why?

vencric
8 - Asteroid

I want to check only, if B is followed by 5 and not other way around..

atcodedog05
22 - Nova
22 - Nova

Hi @vencric 

 

But row 1-3 has C5 which is part of the list hence returning true.

vencric
8 - Asteroid

ohh... ya.. in this case , its true... but i found one more string where it given the opposite result... let me check that scenario... thanks..

atcodedog05
22 - Nova
22 - Nova

Sure, you can check and let me know 🙂

vencric
8 - Asteroid

Hi @atcodedog05 how to concatenate values in same rows till blank value is found

Labels