Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

increment number for each table row

Avatar

Level 1

i need to increment the the number in the line column for each item row of the table(1,2,3...etc.). not all the items are showing, some are excluded based on the item's action($.PurchaseOrder.Item.[ActionCode <> "03"])

table1.JPG

1 Reply

Avatar

Level 10

Add the following script to the index change event of Row1

 

colitem.rawValue = this.index + 1;