【发布时间】:2013-07-02 20:46:44
【问题描述】:
我正在尝试从 sharepoint 2010 列表中获取具有特定 ID 的项目列表。 我在javascript中使用以下查询Query /_vti_bin/listdata.svc/Absences?$select=AbsenceDate,AbsenceTime&$filter=indexof(Id,'67|68|') ne -1
我只想得到第 67 行和第 68 行。
我收到一个错误回复说 在位置 0 处找不到具有指定参数的“indexof”的适用函数。考虑的函数有:indexof(System.String, System.String)。
有什么想法吗?
【问题讨论】:
标签: rest sharepoint