如何在drupal视图中获取节点引用表cck字段

发布于 2024-12-08 10:06:53 字数 740 浏览 0 评论 0原文

我有 2 个内容类型,

第一个内容类型名称为 content_type_sales,第二个内容类型名称为 content_type_product

  • 我的第一个内容类型(销售)存储客户的所有信息,例如(姓名地址购买日期)和这些都是CCK字段。
  • 第二个内容类型(产品)包含与销售相关的产品信息,例如(型号品牌系列)并且销售可能有多种产品。因此,我在产品内容类型中创建了一个节点引用,它引用 content_type_sale (nid)。

在我看来,我已经应用了过滤器nodetype = Product

为了显示每个销售记录,我创建了一个视图,其中显示所有产品记录和节点引用字段。如果我能够获取产品中销售的节点引用,那么如何在视图字段以及公开的过滤器中获取 content_type_salescck 字段。

还提供了一张显示我想要的结果的图像。 在此处输入图像描述

任何帮助或建议将不胜感激。

I've 2 content type

First content type name is content_type_sales and second content type name is content_type_product.

  • My first content type (sales) store all information of customer like (name, address, purchase date) and these all are CCK fields.
  • Second content type (product) contain information of product related to sales like (model no, brand, series) and sale may have multiple product. So I created a node reference in product content type which refere the content_type_sale (nid).

In my view i've applied the filter nodetype = product.

To display each sale record I've created a view which show all product record and node reference field. If i'm able to get the node reference of sale in product so how can I get cck field of content_type_sales in view field as well as in exposed filter.

Also providing a image that show the desired result that i want.
enter image description here

Any help or suggestion would be appreciated.

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

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

发布评论

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

评论(1

静赏你的温柔 2024-12-15 10:06:53

回答自己的问题

幸运的是,我找到了这些链接

http://drupalmodules.com/ module/reverse-node-reference 模块通过节点引用字段的反向关系增强视图。

您可能还需要 http://drupal.org/project/noderelationships

Answering own question

fortunately i found these links

http://drupalmodules.com/module/reverse-node-reference module enhances views with reverse relationships for node reference fields.

you may also need http://drupal.org/project/noderelationships

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