I have a text computed multi value field that displays file names. The field is in a table. However if the file name is very long, it pushes the other fields on the right side all the way to the end of the table. I tried to add the html tag on the last tab of the field properties under “Other” and added “wrap=virtual” but this didn’t work. Also tried to do it on the table cell, under “Cell html tags” (last tab on table properties) next to “Other” and also added “wrap=virtual” and still didn’t work. Any other suggestions to control the size. Thanks in advance.
Subject: values in computed text field not wrapping
I think wrap=virtual is depricated, the only option I know of is to put the filenames in a div with a set width and overflow set to hidden or scroll.