I have a multi-value field which is the first Categorised column in the view (to enable filtering). The view displays individual records correctly, and for multi-values, the documents repeat under the respective headings. Which is how lotus notes view works and all well and basic uptil then.
When I filter by category using SETVIEWINFO, the view displays each document only once, ie I can see only one row per document in the filtered view. That is fine, too.
However when I select that document and export to excel, multiple rows of same documents get exported. This is probably because the same document appears under different Categories as well, and when I select the documents to export they all get exported.
How can I ensure that only one row as seen in the filtered view gets exported to excel.
I have searched a lot, on stackoverflow and elsewhere but I haven't found a specific solution to this issue.