When metric value is relatively long that user wants to put the value into tooltip to save space, just showing static text like “See Notes” in cells, how to define the metric?
Attribute can be put into tooltip defined with HTML tags and ApplySimple function per KB42134. Metric can be defined in similar way:
ApplySimple("'<span title=""'+#0+'"">See Notes</span>'", [Metric])
ACTION:
In Strategy Tutorial Project,
1. Create a metric with long value. For example, define Customer Address as metric.

2. Create a metric to display tooltip with HTML tags and ApplySimple function.

3. Create a dataset report. Add to document.

4. Check "Metric values" under Administrator Page > Security > User Input Filtering as per KB40157

5. Now when hovering the mouse on “See Notes”, values will show in tooltip.
