共享点列表关系问题
我在共享点中有两个自定义列表,两个列表中的列都具有一对多关系。因此,列表 A 有文本列 1,列表 B 在列表 A 的第 1 列上有一个查找列 1'。我想显示列表 A 中的行,其中第 1 列与第 1 列匹配,而列表 B 中的第二列与特定的文本字符串。我有 Sharepoint Designer,并且正在摸索此处描述的链接源 http://office .microsoft.com/en-us/sharepointdesigner/HA100991441033.aspx,但无法准确获得我正在寻找的内容。
I have two custom lists in sharepoint with a one to many relationship on a column in both lists. So list A has text column 1 and list B has a lookup column 1' on list A's column 1. I want to display the rows in list A, where column 1 has a match on column 1' and a 2nd column in list B with a specific text string. I have Sharepoint Designer and am fumbling along with linked sources described here http://office.microsoft.com/en-us/sharepointdesigner/HA100991441033.aspx, but can't get exactly what I'm looking for.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请记住,MOSS 2007 中没有真正的关系概念。但是,这确实成为 SP2010 中已知的概念。您想要实现类似目标的途径是定制编程解决方案。您使用 Designer 所做的任何事情都可以工作,但它不会为您提供在可维护性和重用方面可能需要的灵活性。
Keep in mind that there is no real concept of relationships in MOSS 2007. This does, however, become a concept known to SP2010. The route that you would want to take to achieve something similar would be a custom programming solution. Anything you do with Designer will work, but it won't provide you with the flexibility that you are probably needing in maintainability and reuse.
如果您是开发人员并且可以访问服务器的网站集,则应该查看 SLAM,这是我的一个 codeplex 项目公司的建立将使您能够准确地完成您正在寻找的事情。
If you are a developer and have site collection access to the server, you should check out SLAM, a codeplex project my company built that will allow you to do exactly what you are looking for.