Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
<div align=\"center\">"
&
List("<br>",
[a formula text field],
[formula rich text showing an icon],
ToText([formula numeric field]))
&
List("<br>",
[a formula text field],
[formula rich text showing an icon],
ToText([formula numeric field]))
QuickBaseCoachD
6 years agoQrew Captain
What is happening is that the field is getting wrapped - maybe because its on a report and Quick Base is trying to fit the columns across the page without side to side scrolling,
You can do this
List "_", etc
to avoid the wrapping, but the "look" might bother you and also it will still try to wrap a double word like
R Elbow
What happens on a report if you take away a bunch of columns off the report so this field has lots of room.
You can do this
List "_", etc
to avoid the wrapping, but the "look" might bother you and also it will still try to wrap a double word like
R Elbow
What happens on a report if you take away a bunch of columns off the report so this field has lots of room.