Jul 12, 2024 03:41 PM
Hello.
I am trying to find records where a rollup results is less than or equal to a function. Both are formatted as numbers, and both work when I search for records in each column independently. Is there a solution for this?
Jul 13, 2024 12:58 AM - edited Jul 13, 2024 01:07 AM
Could you provide screenshots of the formulas used in your fields, as well as the error you're facing? Perhaps try wrapping the formulas with a "VALUE()" to make them numbers?
Jul 14, 2024 12:46 PM
Hello. Thank you for responding. I eventually learned that Airtable does not support the route I was taking, as it required comparing two different field types. The Value function did not work either. I had to create fields that required the user to manually enter the data I needed on signup, which is not that big of a deal.
Jul 14, 2024 06:55 PM
Roger that. For what it's worth, I've had success just adding a "+0" at the end of formulas to make them numbers too