Cognos可视化导出到Excel

zrfyljdw  于 2022-12-14  发布在  其他
关注(0)|答案(2)|浏览(255)

我目前正在测试Cognos Analytics 11中的一些功能。
我的目标是将报表导出到Excel文件。报表应该有多个页面,每个页面都包含一个数据列表和一个可视化数据的图形。目前,当我执行此操作时,可视化效果将作为图像导出到Excel文件中。我希望的是在Excel中对可视化效果进行编辑/自定义,这样,如果对数据列表进行了更改,可视化效果也会更新。
这可能吗?

2vuwiymt

2vuwiymt1#

Your question:
What I want is to have the visualization editable/customizable within excel, in such a way that if a change is made to the list of data, the visualization is updated.
Short answer: No - that is not possible.
Long answer: IBM Cognos Analytics renders exports to Excel on the server side. As you noticed, the visualizations are created before they reach Excel and are "static" according to the data flowing into them.
If you want to achieve interactivity inside Excel, you would need to program that in some Excel Macros or use Excel Native visualizations.
What you might want to explore are data modules. With IBM Cognos data modules you can upload your excel file with the changed data to the IBM Analytics Server.
See this very short technote on how to do that: https://www.ibm.com/support/pages/node/295345
And from there you can do all the fancy stuff that IBM Analytics Dashboards provides like interactive filtering, linking, drilling, filtering and so on and so on.
The results can be embedded in any HTML page via direct URL.
You might want to automate data upload to IBM Cognos .
Hope that helped.

irtuqstp

irtuqstp2#

It depends on which visualizations you use. The 11.1 visualizations, 11.0 visualizations, and Legacy visualizations appear to render to Excel as an image. If you use Charts (the old-school visualizations from Cognos 10 -- so, 8 years old) some or all of these will render to Excel as an Excel chart and use data on a hidden worksheet as its source. I tested this by creating a clustered column chart based on very simple data from the GO Sales (query) package. I suspect you'll also find that Charts are far more configurable than the newer visualizations.

相关问题