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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Filter tool expression

ALLSEBS01
7 - Meteor

Hi all, 

 

I have got a filter tool in my workflow as I'd like to remove any Data that starts with C/33/005890, however the code could be something like C/33/005890/01 or even C/33/005890/04/2 etc.

 

I have tried putting a " * " in after C/33/005890* and have also tried C/33/005890/* and C/33/005890.* - but it isn't working. 

 

I've attached a copy of the configuation of the filter tool, if anybody knows how to remove any variant of C/33/005890.

 

TIA

Filter tool.PNG

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

I would use the StartsWith function!

 

!StartsWith([Projektelm],'C/33/00590')

Labels
Top Solution Authors