Our gateways are sending URL reputation score in decimal format - e.g. -3.2. The score is between negative10.0 and 10.0.
I want to create filter view to show all URLs below certain value - e.g. anything lower than negative2.9
I have created a decimal custom attribute, but I can't figure out the proper syntax - tried <, tried : - no go.
How do I do this? thanks