Hi folks,I am displaying a view by readviewentries.I am using XMLHTTP object for displaying documents. It is working fine if there is no reader field.
But there is a problem if readers field, because readviewentries return position irrespective of readers field.
it returns the exact position.
for example
for UserA name is there in first document readers field and then his name is there in 100th document- so it always return exact position.
as i am displaying document by using start and count, it is difficult for me to divide document page wise
Anticipating for your reply
Hanuman