数据透视表外观
我们可以为打开数据透视表后出现在右侧窗格中的数据透视表字段列表创建类别吗?例如,通常会有一些复选框可供选择。我希望某些复选框位于组或文件夹下。我看到多维数据集 Excel 报告支持相同的功能。这是您编写查询来拉取和分组的方式吗 请帮忙...
Can we create category for Pivot table field list which appears in right side pane after opening a pivot table.For example normally there will be some check boxes to be selected.I want certain check boxes to come under a group or folder. I see the same functionality is supported in cubes excel reporting.Is it the way you write the queries to pull and do group by
Please help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将不可能,但有人可能有一个我不知道的奇特技巧。数据透视表本质上是二维的,其中 OLAP 允许多维数据。不过,您可以尝试多种对数据进行分组的技巧,这可能会帮助您达到您想要的目标。 此处 开始了。
I'm going to go with not possible, but someone may have a fancy trick I'm not aware of. Pivot tables are fundamentally 2-dimensional, where OLAP allows multi-dimensional data. There are a number of tricks you can try with grouping data, however, that might get you part of the way to where you want to go. Here's a start.