InfoPath 2010 - SharePoint
Trying to query a sharepoint library using Odata REST and filter the library using a Yes/No SharePoint checkbox column.
The Yes/No column name is RetireApproval
I have tried using $expand and xxx/Value
Tried literal value 'False' Tried 'No' tried 0
Here is the query string.
http://XXXXXXXX.com/teams/tscmsr/_vti_bin/listdata.svc/Documents?$select=SNText,RetireApproval&$filter=RetireApproval eq 'false'
Thanks