如何实现“包含”对于在共享点中使用 caml 的数字字段

发布于 2024-09-04 08:15:57 字数 114 浏览 2 评论 0原文

我想在 CAML 查询中实现通配符搜索。我使用“包含”子句来实现文本字段的此功能。我想为数字字段实现相同的功能。包含对其不起作用。有人可以告诉我如何为数字字段实现此功能。 SQL中有“like”之类的运算符吗???

I want to achieve a wildcard search in CAML Query. I used the "Contains" clause to achieve this functionality for text field. I want to achieve the same functionality for a numeric field. Contains does not work for it. Can someone tell me how to achieve this functionality for a numeric field. Is there any operator such as "like" in SQL???

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

姐不稀罕 2024-09-11 08:15:57

CAML 仅允许在文本或注释类型字段上使用 contains。但是您可以设置一个新的计算列表列(键入文本),其值与数字相同。

然后,在包含数字字符串的“文本”字段上使用 CAML 查询。

〜ED

CAML only allows contains to be used on Text or Note type fields. But you could set up a new calculated list column (type text) who's value is the same as the number.

Then, use your CAML query on the "text" field that Contains the numerical string.

~ED

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文