How to configure a multiline tooltip for time line event?
Hi Harald,
As of DataMiner 10.4 (CU14), 10.5 (CU2) and 10.5.5 there is a tooltip property on every layer. This tooltip will become visible when hovering over that specific layer (given that it's the topmost layer), see docs.
You can configure a static multiline tooltip there, or use the value of a GQI column by using string interpolation (start typing { to open the IntelliSense).
Config:

Result:

Note that you can also use an HTML layer containing new lines:

No special characters are needed, you can use the typical return (CRLF). I've added some images on how it could look like.
Hi Sebastian,
for multiline tooltip I've tried with "n" and with HTML "<br>". But in both cases there's are no line breaks. All text is always in only one line.