Hi
I have a bar chart with Month in Categories (x-axis) and Sales Percentage in Default measure (y-axis).
[Sales Percentage] = [Measure A]/[Measure B].
Now, my requirement is to show [Measure A] and [Measure B] in Graph tooltips.
Thanks
Pradeep
I have added dynamic custom tool tips with the help of below link:
http://www.performanceg2.com/blog/tricks-with-graphs-in-cognos-10/
Thanks,
Pradeep
Hi Pradeep,
I used the same logic to display two measures in my tool-tip, but my data is getting aggregated.. Please suggest..My requirement is to display two measures(one measure is used in the graph and the other is not used)
Thanks
Sameena
Hi Sameena,
You are saying you need to display two measures in the tooltip. If it is a measure, it should be aggregated right? or it has same value for all the records in group try maximum aggregate function.
Thanks
Pradeep