Is it true that if in a view to display a muliti-value column, it only shows maxium 7 values in separate lines?

I am experiencing a problem to display a column with multiple values, with each value in a separate line.

For example, a column named “title” and I put following formula:

“line1”: “line2” : “line3” : “line4” : “line5” : “line6” : “line7” : “line8” : “line9” : “line10” : “line11” : “line12” : “line13” : “line14” : “line15” : “line16”.

What I found is that on the view, it only shows line1 to line9 in continuous lines, one value at a line. What I hope certainly is to show all 16 values in 16 continous lines.

May I miss anything? Thanks for help!


Shawn

Subject: 9 is the limit for displaying on one row

If you set the column option to display multiple values on separate rows, you can have as many as you like. But then it also duplicates the values in the other columns on each copy of the row, and you need to pay attention to sorting.