Print Page | Close Window

Need Help--How to show only the last record ??

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=2212
Printed Date: 03 May 2025 at 2:15pm


Topic: Need Help--How to show only the last record ??
Posted By: pure_blood
Subject: Need Help--How to show only the last record ??
Date Posted: 03 Feb 2008 at 10:53pm
Hi folks, I have a situation with crystal report. I have a formula called @Sum_BalFormula_Footer, what I want to do is I want to show only the last record in the report. I use suppression formula to do it, here's the suppression formula:

if (not onlastrecord and {@Sum_BalFormula_Footer} ={@Sum_BalFormula_Footer})or onfirstrecord then
formula = true
else
formula = false
end if

I use basic syntax when i write the formula. It works, but it show only the very bottom last in the report. what I want is show the last record in each group. so can you help me guys. Thanks I appreciate any help.

regards. Smile


-------------
suckheads rules!!!!



Replies:
Posted By: rahulwalawalkar
Date Posted: 04 Feb 2008 at 2:07am
Hi....
 
Check this post :Topic: retrieving last row from a group
 
in Crystal Reports Report Design forum...
 
Cheers
Rahul



Print Page | Close Window