SharePoint 列表连接左外连接

发布于 2025-01-09 07:41:01 字数 201 浏览 3 评论 0原文

中与 SharePoint 建立了连接,

我在 2 个列表公司、公司产品

我正在使用 Power Pivot 来应用一些过滤器。主要问题是,根据要求,即使没有产品,我也必须包括所有公司,这意味着只列出有产品的公司。

所以我不知道这是否是一个约束(按现状)或者是否有某种解决方案或想法,那是因为我恳请社区提供帮助。

I have a connection to SharePoint manly in 2 Lists

Corporations, Corporations Products

I'm using Power Pivot in order to apply some filters. The main problem, and as required, I have to include all corporations even if don't have products, that means only the Corporations that have Products are listed.

So I don't know if this is a constraint (AS IS) or if there is some kind of solution, or idea, that's because I kindly ask help to the community.

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

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

发布评论

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

评论(1

不必你懂 2025-01-16 07:41:01

首先,Power Pivot 这不是我最擅长的,所以这是我解决问题的结论

  1. 所有 1:2 连接都会带来左外连接所需的所有信息。

  2. 为了解决这个问题,我不得不强制进行无意义的计数,以便没有产品的公司可以在我的数据透视中呈现。在我从 Excel 文件中隐藏计数后,目标就可以实现。

First of all Power Pivot it's not what I do best, so this are my conclusions to solve the issue

  1. All 1:2 connections bring all information required as left outer join.

  2. To solve the issue I had to force a no sense count in order to companies without products can be presented in my pivot. After I hide the count from the Excel file and goal could be accomplished.

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