Forum Discussion
AlbertoTablada1
9 years agoQrew Trainee
What I do is create a Formula - Text field, allow HTML in it and use something like this:
"<div style=\"width:300px;\" >" & [name of your field (report column)] & "</div>"
So basically you can tell the field how wide you want it by changing the width value of the HTML div tag.
After that just modify the report so you are showing your new Formula - Text field instead of the not modifiable normal text field. :)
"<div style=\"width:300px;\" >" & [name of your field (report column)] & "</div>"
So basically you can tell the field how wide you want it by changing the width value of the HTML div tag.
After that just modify the report so you are showing your new Formula - Text field instead of the not modifiable normal text field. :)