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

Alteryx Designer Desktop Discussions

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

Calgary Query for a partial value

mike_weaver
8 - Asteroid

I have a calgary table which includes a 10-digit phone number as a string field. I'm trying to allow a search on just a part of the phone number. The current language looks like this.

 

<And><Field name="Phone" value="DDPhoneNumber" type="begin" /></And>

 

This allows the user to put in just the area code and get correct results, but I can't put in a phone number without the area code. Is there a way to do that? (note: the field is not a full text field so the type cannot be "contains").

 

Thanks.

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

@mike_weaver,

 

Ideally, you'll create 2 additional phone fields with each phone itself.  Area Code & Phone.  Then you can easily search on those fields (you can create an index on them and not a data field for output) quickly. 

 

Sorry.

 

cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
mike_weaver
8 - Asteroid

Thank you.

Labels
Top Solution Authors