Hi i use crystal repprts to create report, can i insert tables in the crystal report can i display the data with multiline pls help me
i want to display 4 records per page how to display 4 records i want to display the records in the following format
Rec1 Rec2
Rec3 Rec4
i try this format but in the record2 place display the Record1 again
pls help me to this format in CrytalReports very Urgent
Loading
Siva PrakasPosted Feb 11, 2008, 9:26 PM
Hi pallvi i did all the comments but 2 records only displayed like this
Record1
Record2
i right click on the details section Insert->Section->Details->
then select
New Page Before checkbox then click Formula tab for New Page Before
then insert the ur formula
(recordnumber mod 4) = 0
and click save button then close the Section Expert window
but i can't display 4 records pls help me
PallaviPosted Feb 7, 2008, 6:37 AM
Hi
if u want to have 4 records per page then go to section expert, select detail section & click on new page before tab & click on formula window of it. put the formula
" (recordnumber mod 4) = 0"
u will get 4 records per page . Let me do some more R & D on placing of those records...