The below mentioned i used to get the data from lists using filter but it doesnot retrieve the values.kindly help me out.
query.RestQuery = "getbytitle('RFA')/Items?$select=ESI_ProjectSeqNoLookupId&$filter=ESI_ProjectSeqNoLookup eq '136616'";
The below mentioned i used to get the data from lists using filter but it doesnot retrieve the values.kindly help me out.
query.RestQuery = "getbytitle('RFA')/Items?$select=ESI_ProjectSeqNoLookupId&$filter=ESI_ProjectSeqNoLookup eq '136616'";
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Siva Krishna KumarPosted Jul 21, 2016, 8:16 AM
Please try the following query.
"getbytitle('RFA')/Items?$expand=ESI_ProjectSeqNoLookup&$select=ESI_ProjectSeqNoLookup/Id,ESI_ProjectSeqNoLookup/Title&$filter=ESI_ProjectSeqNoLookup/Title eq '136616'";
Manpreet SinghPosted Jun 9, 2016, 6:19 PM
Ibrahim ErsoyPosted May 10, 2016, 7:24 AM
Ibrahim ErsoyPosted May 10, 2016, 7:17 AM