刷新 OLAP 多维数据集后,数据透视表不会自动刷新。 Excel 2007
我有一个连接到外部 OLAP 多维数据集的工作簿。以前,当我连接到外部数据源然后刷新所有数据时,每个数据透视表都会刷新并显示新数据。现在,如果我连接到数据源并刷新数据透视表,数据透视表不会使用新数据进行更新。我可以更新它的唯一方法是手动单击其中一个过滤器,然后单击“确定”。由于某种原因,这会触发与多维数据集的连接,并且数据透视表会使用新数据进行刷新。知道为什么会发生这种情况吗?我很茫然,而且必须手动单击每个枢轴非常耗时。谢谢。
I have a workbook connected to an external OLAP cube. Previously, when I connected to the external data source and then refreshed all, every pivot table would refresh and show the new data. Now, if I connect to the data source and refresh the pivots, the pivots do not update with new data. The only way I can get it to update is if I manually click in one of my filters then click ok. For some reason, this triggers a connection to the cube and the pivot refreshes with the new data. Any idea why this might be happening? I'm at a loss and it's extremely time consuming to have to manually click in each pivot. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过制作自己的刷新按钮来解决这个问题,该按钮只需向多维数据集发送简单的查询,以获取我想要刷新的每个数据透视表,从而解决了问题。
I got around this by making my own refresh button that just sends simple queries to the cube for each pivot I wanted to be refreshed and that solved the issue.