Help

Issue with Filter not working

Solved
Jump to Solution
1118 5
cancel
Showing results for 
Search instead for 
Did you mean: 
Erica_Greenwood
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello,

I have a very basic filter:

Randomizer ≤ 3

The view only contains the record where the Randomizer = 1 even though there are records that contain 1 and 3.

Thanks!

Airtable_Randomizer_2021-04-07_13-59-34

Airtable_Randomizer_2021-04-07_14-18-38

1 Solution

Accepted Solutions
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

Alternatively, you could just make your filter
Where :: Randomizer :: < :: 4
and it will catch any 3.00000012 outliers.

See Solution in Thread

5 Replies 5

It’s possible that the number in those fields is greater than 3. I would change the formatting of your number field from “integer” to “decimal”, and choose to display many decimal points. Then see if you’re actually looking at 3.00000 or if you’re looking at something greater than that.

Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

Alternatively, you could just make your filter
Where :: Randomizer :: < :: 4
and it will catch any 3.00000012 outliers.

Ha! An even smarter solution! :stuck_out_tongue_winking_eye:

Thanks Jeremy,

I just thought if I was using an integer and doing Random function it would only contain integers. But either way, the Random doesn’t work. It creates duplicates.

I appreciate your help.

Random doesn’t mean non-duplicates. If you want to remove duplicates, you can use the DeDupe App.