Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
hi all,
I have a text box, using title I have using fx to use my measure.
How can I make my measure skip lines?
Ive tried:
"text"
& UNICHAR(13) & UNICHAR(10) &
"text2"
also tried
Newline =
"
"
RETURN
"text"
& Newline &
"text2"
please help
Use:
MyMeasure =
"Text1" & UNICHAR(10) & "Text2"
⚠️ Line breaks only show in a Text Box with fx (not in Card/Title).
Enable “Allow multiple lines” in the text box formatting.
@wonka1234 Use a Card visual instead as the Card visual respects carriage return and linefeed characters. You can also insert a "+ Value" that is simply your measure and that will work as well.