In custom expressions, "\n" is used for adding a line break in text. To add a line break to wrap the text, use either of the following custom expressions:
Concatenate([Column1], "\n ", [Column2])
or:
[Column1] & "\n " & [Column2]
In the example above, change the custom expression to either of the following, and the line break will be added in the labels.
Concatenate([Store Name],"\n ",[Rank])
or:
[Store Name] & "\n " & [Rank]
The same expression works for other fields like calculated columns and Map chart labels.
Note: This solution may not work in all parts of the product, where multiple lines may not be supported. If you have a need for this type of multi-line functionality in some part of the product where it's currently not possible, please make sure to create an idea in the Ideas Portal:
https://ideas.tibco.com/