It seems I found a Notes bug with the "show multiple values as separate entires" in the View properties. If you have a view where each column has the value of a multi-value field
ie. a document with
FIELD customer := "customer A" : "customer B";
FIELD location := "NY" : "CA";
that displays as
Customer | Location
______________________
customer A | NY
customer B | CA
once I sort one of the columns ascending or descending, I only see customer A's information. Has anyone else experienced this problem? Is this a known Notes bug?
ie. a document with
FIELD customer := "customer A" : "customer B";
FIELD location := "NY" : "CA";
that displays as
Customer | Location
______________________
customer A | NY
customer B | CA
once I sort one of the columns ascending or descending, I only see customer A's information. Has anyone else experienced this problem? Is this a known Notes bug?