Alteryx Designer Desktop Discussions

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

Filter Function

jlfromm
8 - Asteroid

I have data in columns that i need to filter 

 

In a column i have amounts ranging from -6,362 to 7,000 and want to filter out any amounts that are less them $1 either way 

 

so if it is -0.99 or .99 I need to remove those amounts.  But if it is a positive 1.01 or -1.01 I need to keep them.  

2 REPLIES 2
usmanbashir
11 - Bolide

@jlfromm - Use this in your filter:

abs([value]) > 1

Gaurav0001
8 - Asteroid

Hi @jlfromm 
I have tried it with some dummy amounts,
If you want, instead of Input text you can place your Input file, and I believe you will receive your data.
I have attached the workflow for your reference.

Annotation 2024-03-27 121128.png 

Annotation 2024-03-27 121141.png

Labels