Hi All, i am facing one problem with GetAllDocumentsByKey.
I am having a view which contains 1st,3rd,4th & 5th columns are categorised. i am using the below code to get the document collection.
USERnames= nameUser.Abbreviated
set DocCollection= Uiview.View.GetAllDocumentsByKey(USERnames)
In that view total i am having 100 documents & by that key (username) having 8 documents but the DocCollection count is showing only 4 documents & that collection is containing 4 documents.
The present apperance of the view is like below:
->name
->year
->month
->day
-> type
doc1
doc2
doc3
doc4
->type
doc1
->type
doc1
doc2
->type
doc1
why its taking only 4 documents & if i need to get all the 8 documents means what i can do. please help me.
Regards,
Archi.