Help

How to filter to infinity values

Topic Labels: Formulas
164 4
cancel
Showing results for 
Search instead for 
Did you mean: 
aylapois
5 - Automation Enthusiast
5 - Automation Enthusiast

I want to filter to the infinity values but am unsure how to do this. I don't want to remove them using an IF statement or the other tricks you can use to have them become zero or empty values. 

The first screenshot shows the data and that there is one value with Infinity. When I try to use the filter condition to equal the infinity value I am unable to enter the word infinity because it only allows numbers. Next I tried to filter to a value greater then the highest value other then infinity and this filters out everything including the infinity value. 

How can you filter to the infinity values?

 

 

 

 

4 Replies 4

Hey @aylapois!

That seems to be a tricky one. I haven't played around with filters for infinity values yet (I'll try to do so). In the meantime, or as a workaround, wouldn't having a "helper field" on the side which will show 1 if Calc is Infinity and 0 if it is not, work? If so, you could apply the filter to the helper field rather than to Calc.

Mike, Consultant @ Automatic Nation

TheTimeSavingCo
18 - Pluto
18 - Pluto

Yeah I don't think you can filter number fields like that I'm afraid.  Creating a formula field helper like Mike suggested is a clean way to do it, and you could also try converting your calculation field into a text field by adding the following to the formula:

 

& ""

 

Screenshot 2025-01-01 at 12.04.22 PM.png

Screenshot 2025-01-01 at 12.05.30 PM.png

Which allows you to filter out the text 'Infinity':

Screenshot 2025-01-01 at 12.04.38 PM.png
aylapois
5 - Automation Enthusiast
5 - Automation Enthusiast

Thanks for the responses. AirTable surprises me with something that seems it should be simple and can do but doesn't. I wanted to check I wasn't missing something. These are great suggestions but I do find it frustrating to have to create a hack to get around something that should be part of normal functionality. 

 

Hi,
I would just filter 'Second'=0 . With 'First'≠0 in order to exclude possible NaN ( 0/0 ) , if needed.