Forum Discussion
Restrict Report page tooltip to one column
I have a table matrix visual. I have set the tooltip as a report page.
The tooltip shows up correctly when i hover over any cell in the matrix.
However I want to show the tooltip only for one of the columns. Currently it shows for all cells and is very annoying for user when the tooltip is always there when mouse is moved over the cells.
How can I restrict it to one column?
21 Replies
- Greg_DecklerCommunity Champion
There might be something ticky that you can do but I am not aware of any way to make that happen easily.
- AnonymousNot applicable
- gjadalMicrosoft Employee
I was able to achieve this by setting the Tooltip to the column name in the page that contained the tooltip
- AnonymousNot applicable
HI gjadal
One Simple workaround is there but it may lead to loose some existing functionality of table visual . Just place textbox or any shape with 100% transparency in the table area where you don’t require report page tooltip. Not recommended solution but can ease some work in case you are displaying huge number of columns in table visual.
this workaround will disable click and scroll functionality in table visual where textbox is placed , remaining place will work as it is since we are just adding text box in certain area of table visual .
I hope Microsoft will definitely release column specific tooltip property for Table visual in coming release.Thanks
- AnonymousNot applicable
Hi All,
One Simple workaround is there but it may lead to loose some existing functionality of table visual . Just place textbox or any shape with 100% transparency in the table area where you don’t require report page tooltip. Not recommended solution but can ease some work in case you are displaying huge number of columns in table visual.
this workaround will disable click and scroll functionality in table visual where textbox is placed , remaining place will work as it is since we are just adding text box in certain area of table visual .
I hope Microsoft will definitely release column specific tooltip property for Table visual in coming release.Thanks