Hi all.
I have a custom table with a few fields and I need to filter by an integer field.
I place a filter in the following way:
apiaddress/?$filter=myIntegerField eq 100
In this case I don't get any record.
If I filter in the following way I get the record.
apiaddress/?$filter=myIntegerField gt 99 and myIntegerField lt 101.
Anyone seen this before?