Adding Sharepoint list column that is populates dynamically from items

450 views Asked by At

I have a SharePoint list that has a bunch of colunms. I need to ad an additional column. This column needs to be populated with the numbers of the items in the list, i.e. 1 - n-th.

I'm not sure how one would do that. Would I need to create it using simple SharePoint or using SharePoint Designer?

1

There are 1 answers

0
Ondrej Tucny On

There already is such a column — ID. It's automatically assigned from a counter. However, when you delete an item, a gap in numbering emerges.

And no, you probably can't create a similar but custom column using plain SharePoint or SharePoint Designer. You would need to create an event receiver do assign the values programmatically.