I am using the findApplications command to bring back a listing from the PV_Applications table and I want to exclude rows that have the value of "Unix" in cas8 (aka system_platform_version). I cannot find any documentation that shows how to include a "not equal to" filter. I've tried <>Unix, !=Unix, etc.
Here is the partial URI with the red indicating where I need the "not equal to":
...cmd=findApplications&format=csv&returnColumns=miso_application&includeHeaderRow=true&distinct=true&sortByColumns=miso_application&system_platform_version<>Unix&ignoreCase=true
How can I exclude rows with this value from the result set?