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
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.