如何在性能点运行时禁用字段列表?
我正在显示一个仪表板,每当我的用户单击数据透视图或数据透视表时,字段列表就会自动弹出。 我怎样才能防止这种情况发生?
I have a dashboard that I am displaying, and whenever my users click on a pivotchart or pivottable the field list automatically pops up. How can I prevent this from occurring?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您希望在这样的仪表板中使用临时分析工具(例如数据透视表和图表),则字段列表将始终出现。
如果您能够使用静态数据,则将其呈现为该格式并用它替换您当前拥有的数据。
If you wish to use ad hoc analysis tools such as pivottables and charts in a dashboard like this, the field list will always appear.
If you are able to use static data then render it out to that format and replace what you currently have with it.
在仪表板设计器中编辑图表。 在命令和选项对话框中,从下拉列表中选择图表工作区。 完成此操作后,就会出现显示/隐藏选项卡。 在该选项卡上,您可以清除字段列表的复选框。 清除该对话框中的任何其他复选框,然后关闭窗口。 单击 DD 中的图表,并确保字段列表(以及任何其他对话框 - 即命令和选项、拖放区等)不会出现。 发布您的图表,您就可以开始了。
Edit the chart in Dashboard Designer. In the Commands and Options dialog box select Chart Workspace in the drop down list. Once you do that, the tab Show/Hide should appear. On that tab you can clear the checkbox for the Fields List. Clear any other checkboxes in that dialog, and close the window. Click on your chart in DD and make sure the fields list (and any other dialog boxes - ie Commands and Options, Drop Zone, etc) don't appear. Publish your chart and you should be good to go.