Forum Discussion
Label Break lines
- 3 years ago
Hi AFDCO
Unfortunately, all string manipulation, including unichar, only works on values, not labels or titles.
I know of only one way to achieve your goal: combine two cards.
First, regular with your measure is:Second, your label.
Create a measure for the label like:Test label = "Hello "& unichar(10)&"World"
(Unichar is for the break row)
Put it on another card and switch off the label.
Combine 2 cards and group them
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickl
Hi AFDCO
Unfortunately, all string manipulation, including unichar, only works on values, not labels or titles.
I know of only one way to achieve your goal: combine two cards.
First, regular with your measure is:
Second, your label.
Create a measure for the label like:
Test label = "Hello "& unichar(10)&"World"
(Unichar is for the break row)
Put it on another card and switch off the label.
Combine 2 cards and group them
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickl