|
Subject:
|
Crystal reports max rows in detail section
|
|
Posted By:
|
lokilewis
|
Post Date:
|
9/26/2005 4:58:29 PM
|
Does anyone know how to set the max rows that are printed to the detail section of a report?
|
|
Reply By:
|
kondapally
|
Reply Date:
|
10/6/2005 2:18:37 PM
|
have a formula that increments for each record and anther for resetiing it. keep the first one in detail sec and the reset one in PH. click on section expert select detail section and near new page after click on the x+2 button and write the formula first formula name goes her = no., of records to want per page
|
|
Reply By:
|
kondapally
|
Reply Date:
|
10/6/2005 2:47:56 PM
|
u can also give the following formula near section expert select detail section and near new page after Remainder (RecordNumber,20 ) = 0 assuming you want to see 20 records per page
|