Display multi-valued field in the view

I need to display all the values of the field in the view. But it can only display first 9 values, right? How do I display the rest of them?

Subject: Display multi-valued field in the view

Two ideas:

Use the show multiple values as seperate entries - then you’d have an entry for every case

OR

Use a different seperator / @Implode your values.

Subject: RE: Display multi-valued field in the view

In fact, if you just leave the multi-value separator at its default (None), multiple values will show up separated by semicolons. At a maximum of 9 rows and as many characters of width as you choose, this should be enough for quite a number of values.

However, if you want each value to be on its own line, there is no way to do it, except to display the documents in a different manner.