0
Currently the Web API allows filtering such as:
$filter=revenue gt 100000
with the limitation that the left hand side of the equation must be an attribute and the right side of the equation a constant. The filter should allow comparison of 2 attributes such as:
$filter=modifiedon gt createdon
STATUS DETAILS
Needs Votes