If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

How to retrieve the latest version of reports??

Started by ssssss, 22 Feb 2010 12:02:11 AM

Previous topic - Next topic

ssssss

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

lindero

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

ssssss