Hello...
How can I add Serial Number for each record in crosstab.
I am using Crystal Report 10.
Thanks...
![]() |
Hello...
How can I add Serial Number for each record in crosstab.
I am using Crystal Report 10.
Thanks...
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."
You helpful but , the serial comes in reverse order?" why.. pl check and revert
Please use the Columns Totals Top option.
All times are GMT -7. The time now is 12:37 PM. |