Forum Discussion
Anonymous
6 years agoNot applicable
Making values disappear when hovering (not tooltips)
Hi, I've built a regular table with data, but to remove the actual values, I've replaced them with conditional formating to display icons/colours instead. I've turned off ToolTips so that readers can...
- 6 years ago
Anonymous , Seem like by design
If tool measure is allowed. Create a measure
Tooltip = "No tooltip"
and use that as tooltip measure and check
or create a tooltip page with empty contact and use that
amitchandak
6 years agoSuper User
Anonymous , Seem like by design
If tool measure is allowed. Create a measure
Tooltip = "No tooltip"
and use that as tooltip measure and check
or create a tooltip page with empty contact and use that
Anonymous
6 years agoNot applicable
Thanks, turning on the ToolTips and putting transparency to 100% as noted on the other thread was the simplest way to fix it. Thanks!