Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

Filter not working as needed

_JAA_
7 - Meteor

Hi,

 

I need to filter a column to pull through only:

 

< .6

 

when I look at the data, even though I don’t have

<= .6, i’m still pulling through .6. 

type of data in column: V_String

 

How can I rework this to exclude .6? 

thank you

1 REPLY 1
Luke_C
17 - Castor
17 - Castor

Hi @_JAA_ 

 

If it's a string numeric functions won't work. Try using a select tool to update the datatype to be a double. 

Labels
Top Solution Authors