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 delete specific rows

howyoudoing
8 - Asteroid

Hi! Could you please help how can I delete all rows which have XZYM01I1402576QWNU05 in VenueCptyLEI?

3 REPLIES 3
cjaneczko
13 - Pulsar

Add a filter where [Field] != 'XZYM01I1402576QWNU05'

howyoudoing
8 - Asteroid

but how to delete it?

binuacs
21 - Polaris

@howyoudoing you cannot delete the records in Alteryx but you can filter out these records using the filter tool, use the output from the T-Anchor records for further processing which will not have the filtered out records

image.png 

Labels
Top Solution Authors