The operators supported for Double or Float attributes are described in the following table:
| 
       Operator  | 
    
       Description  | 
| 
       eq  | 
    
       Equal  | 
| 
       ne  | 
    
       Not equal  | 
| 
       gt  | 
    
       Greater than  | 
| 
       ge  | 
    
       Greater than or equal  | 
| 
       lt  | 
    
       Less than  | 
| 
       le  | 
    
       Less than or equal  | 
EXAMPLES:
Filter by enterprise risks with impact greater than 9.99:
{RMUrl}/api/objects/ERMRisk?$filter=InherentImpact gt 9.99
Filter by knowledge bases with "Version" field of value equal to 3.4:
{RmUrl}/api/knowledge/knowledgebases?$filter=CurrentVersion eq 3.4