Sequential no in list builder ?

Confluence User - 04 Sep, 2015

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.

 

datalists

2


08 Sep, 2015
confluenceUser
confluenceUser

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

09 Sep, 2015
confluenceUser
confluenceUser

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!

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print