0
LineBreak in a measure
Hi,
I'm trying to create a measure to be used as tooltip and it could contain text that is long.
Is there a way to add a line break or new line in the measure via a PQL formula ?
Found a PQL function for that LineBreak(), but it does not work in a Measure only in dynamic text.
Example:
"Hello" + LineBreak() + "World"
Tnx,
Michael
3 replies
-
Hi Michael,
No, there does not appear to be a way to do this.
Sorry,
Ian
-
Hi,
The solution I found was to handle the line break at the DB level, and use an aggregation like "Max" on the measure