Skip to main content

I was wondering if there was a way to implement a column in a list view to display its row/line number? Starting from 1 and auto-increments each time a new row is added.


Ex:


Line Number      Amount


1                               2.99


2                               4.99


3                               1.99


and so on...

If you do not have the option of deleting a row, you can use an expresion in the "line number " field of the add/edit row with the operator list count +1.


The problem comes if you want to delete middle rows.. which is the problem I am facing.


Is there an answer yet to this item?

Thanks. 


Dear, 

 

I already answered this on this post:

 

http://community.k2.com/t5/K2-blackpearl/How-to-display-the-sequence-number-in-List-view-Not-Editable/m-p/77732#M22707

 

Regards,

 

 


Dear mj-dg,

 

Try this :

http://community.k2.com/t5/K2-blackpearl/List-Sequence-Number-Display-Field/ba-p/85348

 

Hope this can help.


Reply