共享点列表关系问题

发布于 2024-08-26 23:53:01 字数 372 浏览 2 评论 0原文

我在共享点中有两个自定义列表,两个列表中的列都具有一对多关系。因此,列表 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 技术交流群。

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

发布评论

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

评论(2

情深缘浅 2024-09-02 23:53:02

请记住,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.

风吹过旳痕迹 2024-09-02 23:53:02

如果您是开发人员并且可以访问服务器的网站集,则应该查看 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.

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