开发者

automatic creation of new list from values of old list

开发者 https://www.devze.com 2022-12-19 01:11 出处:网络
one sharepoint list is as follows ListA colAcolB开发者_Python百科 TimTimA TimTimB JohnJohnA JohnJohnB TimTimC

one sharepoint list is as follows ListA

colA     colB开发者_Python百科     
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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消