Showing posts with label allhow. Show all posts
Showing posts with label allhow. Show all posts

Friday, February 24, 2012

How to get Last record

Hi all
How to get last record
when i group with date i am getting number of records but in those records need to get last record
Is there any function like this
i am working with Crstal reports 8.5
Thanks a lotCreate a formula having this code

if NextIsNull({Field})=True then
{Field}|||Thanks