我是sharepoint的新手。
我有两个Sharepoint列表CustomerList
和AnnouncementList
CustomerList with columns(custid,name,region)
AnnoucementList with columns(Annid,AnnouncementText,region)
现在我想向有顾客的客户展示公告 CustomerList.region = AnnouncementList.region
问题是该区域是具有多个值的选择字段
EG。
Custid name region
1 Shekhar mumbai,pune
Annid AnnouncementText region
1 Today is holiday pune,gujrat
现在,如何比较CustomerList中的每个Choice区域
每个选择公告列表? using CAMEL QUERY
帮助赞赏!即使找到一个匹配项,它也必须显示数据。 谢谢!
答案 0 :(得分:0)
要比较sharepoint列表中的多选项值,请使用SPMultiChoice Class来获取结果而不是CAML查询。