I only want to pull data between the numbers 4 - 7 and 0 - 12.
Solved! Go to Solution.
Hello Jack,
I'm receiving an error when using both of the below expressions.
if [HTIN]>=0 and [HTIN]<=12 then 1 else 0 endif
Does the version of Alteryx matter? I couldn't open the file. I had to modify the verion number in notepad to open in 9.5. We haven'r updated to 10.0 yet.
error: invalid type in operator >=
is the field that you are applying the formula to defined as Boolean or another numeric field type? If it is a string, you'll get an error message because you are assigning a number to a character field.
just a guess....
Yes, that worked Mark. I changed the type.
After the filter what would use? Union? Assuming multiple filters like in the example.