I am using a function if col1 < '10' then nil else col1 end
When previewing/downloading data I am getting the message (in the data field with the function):
error: Access denied to method >.
Any ideas? (I receive the same error message with all logic operators involving greater than or less than symbols… interestingly the not equal (!=) and equal (==) are working.