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.
SOLVED

How to Select needed rows only

Belletmns
8 - Asteroid

Hi All,

 

I needed to select rows with word "count" only and then after that remove "count" from the final output. Additional question, can Alteryx filter base on cell color?

 

Belletmns_0-1600172575976.png

 

 This should be the output:

Belletmns_1-1600172652378.png

 

Thanks!

 

 

1 REPLY 1
jdunkerley79
ACE Emeritus
ACE Emeritus

You can use a Filter tool with an expression of:

Contains([No],"Count")
Labels
Top Solution Authors