Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Small Syntax Bug

jgranick
5 - Atom

This is obviously not a big deal. But just noticed that it looks like the filter function tooltip does not match the actual syntax.

jgranick_2-1676663336172.png

 

 

jgranick_0-1676663273536.png

 

Sorry if this the wrong place to post this.

 

2 REPLIES 2
gaoa
11 - Bolide

Hi @jgranick 

You are not alone! That confused me too so wasn't sure whether to add 1 at the end or not...😅

flying008
15 - Aurora

Hi, @jgranick  @gaoa 

 

In help document, the syntax is  Contains(String, Target, CaseInsensitive=1) , So the formula Contains([Name],"pet",1)  be equal Contains([Name],"pet") , if you sensitive case, only need use Contains([Name],"pet",0), Do you ?

Labels
Top Solution Authors