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

hiw to retrieve the latest datetime record

Started by MariusD, 02 Dec 2010 01:43:47 PM

Previous topic - Next topic

MariusD

Hi,

I am trying to retrieve the latest record from a table (the record with the highest datetime). In TSQL, I can do select top 1 * from x, order by [date] desc - how do I translate that into a filter?

Thanks!

MFGF

You could try adding a Rank calculation based on the date, then filtering the report for Rank = 1

MF.
Meep!