Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

% vs *

nico101rsa
5 - Atom

Hi, new to Alteryx.

 

I have noticed that to indicate all you need to use a % 

 

Example: return all strings starting with Z will be Z%.

 

I am used to other queries always using * rather than %.

 

Am I correct in saying that in Ateryx the % means all?

3 REPLIES 3
grazitti_sapna
17 - Castor

Hi @nico101rsa, in case you want to find all the words that start with Z all you need to do is use the StartsWith function. Please take a look at the screenshot.

grazitti_sapna_0-1657090781909.png

 

You can use the filter tool and write the function StartsWith([Field1], "Z") to filter out all the values starting with Z.

 

In case this is not what you are looking for can you please send a sample dataset with the required output so that we can help you?

 

I hope this helps!

 

Thanks!

Sapna Gupta
flying008
15 - Aurora

Hi,@nico101rsa 

 

You said use % in formula or query of Alteryx? as i know, the wildcard is * and ? in Alteryx syntax.

nico101rsa
5 - Atom

My question was more to do with Syntax.  In below AM* did not work and I had to use AM%

(Brining back records that starts with AM)

 

So is Alteryx using % for wildcards?

 

nico101rsa_0-1657160794119.png

 

Labels
Top Solution Authors