Hello,
I have a dataset that benefits being drawn as a Venn Diagram. Is this possible within Cognos 8, either as a native chart format or do I need to create some custom javascript?
Ideas welcome,
Cognos doesn't have any native support for Venn Diagrams, but you can embed a Venn Chart from Google Charts (http://"http://code.google.com/apis/chart/docs/gallery/venn_charts.html")
(http://chart.apis.google.com/chart?cht=v&chs=200x100&chd=t:100,80,60,30,30,30,10&chco=FF6342,ADDE63,63C6DE&chdl=A%7CB%7CC)
Just use an HTML item set to report expression inside a Singleton. It should be simple.