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