Announcements
 Crystal Reports Forum : General Information : Announcements
Message Icon Topic: How to count records in a page which are in detail Post Reply Post New Topic
Author Message
sruthi
Newbie
Newbie


Joined: 29 Mar 2010
Online Status: Offline
Posts: 23
Quote sruthi Replybullet 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 IP Logged
arunvisak
Newbie
Newbie
Avatar

Joined: 02 Aug 2011
Location: India
Online Status: Offline
Posts: 8
Quote arunvisak Replybullet 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 IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
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.016 seconds.