Thursday, February 16, 2012

A newbies question

Hi everyone,

I am a newbie with Crystal Report. I am now working on an assignment but unfortunately I don't have much time to look through the Crystal Report books cover to cover to find out the information I need. I am posting my question here to see if anybody can help me out.

The question is: How can I display a number of rows on a report?

Any help would be highly appreciated.You want the number count or ?

Detail is needed...|||Right click on any field which can't be null (use one of your key fields), ->Insert->Summary.
Select 'Count' for 'Calculate this summary', ->OK.
The result will be placed in the RF.

If you need to have the quantity of records in the RH or PH, create a formula @.Count:

Count ({your_table.field})

and place it there.



For more info, read help file on
Count function
Insert Summary Dialog box

No comments:

Post a Comment