Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Serial Number for each record in crosstab. (https://www.askmehelpdesk.com/showthread.php?t=385217)

  • Aug 9, 2009, 10:59 PM
    Giresh EP
    Serial Number for each record in crosstab.
    Hello...
    How can I add Serial Number for each record in crosstab.
    I am using Crystal Report 10.
    Thanks...
  • Aug 17, 2009, 11:54 PM
    dagr8saboor
    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."
  • Jan 3, 2012, 10:44 PM
    ashes7511
    You helpful but , the serial comes in reverse order?" why.. pl check and revert
  • Feb 13, 2012, 12:33 AM
    DKKIRAN
    Please use the Columns Totals Top option.

  • All times are GMT -7. The time now is 12:37 PM.