I am using the following PropEnum option for the query
PropEnum props[] = {PropEnum.defaultName,
PropEnum.data,
PropEnum.defaultName,
PropEnum.format};
but it retrieve all report output version from the content store.
Is there any method to retrieve the latest version only ??
Thanks
Hi,
I think, there is a xpath expression called last(). I don't know the syntax exactly but maybe you should follow this trace.
cheers
thanks a lot. it works.~~!! ;D