根据旧列表的值自动创建新列表

发布于 08-20 13:05 字数 308 浏览 7 评论 0原文

1个分享点列表如下 ListA

colA     colB     
Tim      TimA
Tim      TimB
John     JohnA
John     JohnB
Tim      TimC

如何使用 ListA 的值自动创建新列表 列表B

ColAA    ColBB
Tim      3                           ( because there are 3 items for Tim in ListA) 
John     2

one sharepoint list is as follows
ListA

colA     colB     
Tim      TimA
Tim      TimB
John     JohnA
John     JohnB
Tim      TimC

how can i automatically create a new list using values of ListA
ListB

ColAA    ColBB
Tim      3                           ( because there are 3 items for Tim in ListA) 
John     2

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

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

发布评论

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

评论(1

烙印2024-08-27 13:05:19

这听起来可能不太合适,但我认为最好的方法是将列表导出到 Excel,在那里进行计算,然后将结果列粘贴/导出回 sharepoint 中的新列表中。除了 .NET 代码之外,甚至 DataForm XSLT 自定义(由于复杂性甚至不那么可观)对于这样简单的任务来说都是大材小用。

This may not sound proper but the best possible way I see that is to export your lists to excel, do the calculations there and then paste/export the result columns back into a new list in sharepoint. Other than that .NET code or even DataForm XSLT customization (not even considerable due to complexity) for such simple task would be overkill.

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