Hi Gurus,
I have a combination chart, in which in place of 'Default measure (y-axis), I have added 'Task' measure, which will display measure name as legend name by default. My client have a requirement, when we do mouseover over the default title of Default measure, it should show in tooltip as well. Is there any other way I can achieve this without using Javascript.
Your help will be much appreciated :)
Thanks & Regards,
XYZ
Hi Guys,
I found the solution, if the default measure is taken in a data item and in the data item if we write some condition like if ([Task] is null then (0) else ([Task]), once we place this data item in default measure place then Default measure will show tool tip.
Cheers :)
Thanks & Regards,
Xyz