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!


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!


Best answer by Jeremy_Oglesby
Alternatively, you could just make your filter
Where :: Randomizer :: < :: 4
and it will catch any 3.00000012 outliers.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.