Forum Discussion
soujanya
3 years agoNew Member
visual title
Hello, I'm trying to get the visual title in two lines Now it is showing up like - Excpected one is - Lesson Learned (UnderApproval)Age by OEM (Total-139) Tried to off t...
vojtechsima
3 years agoSuper User
Hello, soujanya ,
You could write a measure like this:
TitleMEasure = "Lesson Learned (UnderApproval)Age by OEM
(Total-139)"
And then use it in the visual as Title Function.
soujanya
3 years agoNew Member
Hello vojtechsima
When i increase the width of the visual i'm getting the expected output however with the current width which i require its not giving correct output.
- vojtechsima3 years agoSuper User
- lucadelicio3 years agoImpactful Individual
Try to use UNICHAR(10)
"Text first part " & UNICHAR(10) & "Text second part"