View not displaying all values

I am trying to export documents in a view to a CSV file. The view has the Group Name & all associated Members. Some members have more that 1500. Not all members are showing up in the view? I have the column limit to 999. How do I get all members to show up in view?

Subject: RE: View not displaying all values.

Please don’t use the built-in export function for this. You can create a view that would probably do this for you, but it would be very large and performance-limiting in a database that needs to be as fast as possible. Use LotusScript to write your export file from the data in the documents, instead of from the view.