Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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