Home
Crystal Reports Training
Crystal Reports XI
Crystal Reports .NET
Crystal Reports Forum
News
Tech Support
Active Topics
Memberlist
Search
Help
Register
Login
Announcements
Crystal Reports Forum
:
General Information
:
Announcements
Topic: How to count records in a page which are in detail
Oldest Post First
Newest Post First
Author
Message
sruthi
Newbie
Joined: 29 Mar 2010
Online Status: Offline
Posts: 23
Topic: How to count records in a page which are in detail
Posted: 01 Oct 2010 at 3:58am
Hi
Is there a option to count records in detail section and so that based on that can apply a formula.
IP Logged
arunvisak
Newbie
Joined: 02 Aug 2011
Location: India
Online Status: Offline
Posts: 8
Posted: 02 Mar 2012 at 7:40pm
Hi.
You can use a running total formula or u can just use a formula...count({fileld})
In the formula place any one field from details section.
or if u require page wise record count then u have to create 3 formulas.
1.header:-(place it in page header)
whileprintingrecords;
numbervar x;
x := 0;
2.details:-(place it in details section & u can supress it)
whileprintingrecords;
numbervar x;
x := x +1;
3.footer:-(place it in page footer)
whileprintingrecords;
numbervar x;
x
Hope it helps you.
D.A.V
Edited by arunvisak - 02 Mar 2012 at 7:41pm
IP Logged
Printable version
Forum Jump
-- Select Forum --
Announcements
Talk with the Author
Self-Publishing
Job Postings
New feature request
Report Design
Data Connectivity
Technical Questions
Tips and Tricks
Crystal Xcelsius
Report Design
Data Connectivity
Writing Code
Tips and Tricks
Report Design
Data Connectivity
Writing Code
Tips and Tricks
You
cannot
post new topics in this forum
You
cannot
reply to topics in this forum
You
cannot
delete your posts in this forum
You
cannot
edit your posts in this forum
You
cannot
create polls in this forum
You
cannot
vote in polls in this forum
This page was generated in 0.032 seconds.
HOME
|
FREE EBOOK
|
PROGRAMMING GUIDE
|
PURCHASE
|
REVIEWS
|
CONTACT ME
|
FAQ
|
LINKS
|
CLICK PLAYS
|
COACH FORUMS
|
TROPICAL FISH
© 2004-2024 Brian Bischof. All Rights Reserved.