Line Breaks in Dimension Descriptions

Has anyone figured out a way to force a line break in the description field of a dimension? I've tried some of the usual suspects (<br>, \n) but these all show in the description.

Solved Solved
0 2 124
1 ACCEPTED SOLUTION

Hi there, 

You can try using the invisible string constant:

constant: line_break {value:"                                      "}

Huy_Nguyen_3001_0-1714536945832.png

 

Huy_Nguyen_3001_2-1714537004339.png

 

 

View solution in original post

2 REPLIES 2

Hi there, 

You can try using the invisible string constant:

constant: line_break {value:"                                      "}

Huy_Nguyen_3001_0-1714536945832.png

 

Huy_Nguyen_3001_2-1714537004339.png

 

 

Thanks, we'll give that a try next time we need it.
Does the value need to be this many spaces? I was wondering if it wasn't actually forcing a new line or just inserting that many blank characters to make it look like a new line? This would cause a problem with lengthier descriptions than a numbered list.

{value:"                                      "}

Top Labels in this Space