1
0
-1

Dear master,

How to create sequential number / serial number, in datalist or when export excel or pdf, sample 1, 2, 3, 4 etc. please help me. thank you for attention.

 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      You could also use an ID Generator Field in your form to create IDs like 1,2,3 etc. and while populating the datalist from the form, you could also include this field to show sequence numbers.

      Hope this helps!

        CommentAdd your comment...
      1.  
        1
        0
        -1

        In my opinion, you will need to define it in the dataset result itself, In datalist's source, try to write your own SQL query to populate the numbering in one of the columns itself. See http://stackoverflow.com/questions/4819835/add-a-numbered-list-column-to-a-returned-mysql-query

          CommentAdd your comment...