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

Filtering out negative values

BillyL14
8 - Asteroid

Hi 

I have a list of numbers and want to filter out negative values?

What kind of formula would I need for that?

 

It looks like this. ie. want to filter out the line with -88 and -9.  I tried an if function with the operator [column],"02 but couldn't get it to work

 

Column A

2

77

-88

454

3

-9

3 REPLIES 3
BillyL14
8 - Asteroid

sorry formula tried looked like if [column A]<"0" but I didn't know how to finish

LordNeilLord
15 - Aurora

Hey @BillyL14 

 

Can you just use a filter tool?

 

[Column A] < 0

BillyL14
8 - Asteroid

I actually just realised that after I posted!

Labels
Top Solution Authors