PDA

View Full Version : Serial Number for each record in crosstab.


Giresh EP
Aug 9, 2009, 10:59 PM
Hello...
How can I add Serial Number for each record in crosstab.
I am using Crystal Report 10.
Thanks...

dagr8saboor
Aug 17, 2009, 11:54 PM
whileprintingrecords;
numbervar I;

I:=i+1;

totext(I,'#') + '. ' + currentfieldvalue;

write the above code on
" Right Click on field Name Format object , Display String, click on 'x-2' (where we can easily write the code), paste above code there."

ashes7511
Jan 3, 2012, 10:44 PM
You helpful but , the serial comes in reverse order?" why.. pl check and revert

DKKIRAN
Feb 13, 2012, 12:33 AM
Please use the Columns Totals Top option.