Assuming you have a count for each row, and know the “order” number for each (list-item-1, list-item-2 etc), then you can do this:
Create a template column for each row, with the variables being the “order” number and the “content” number. The template should just contain this part.
Hi there,
Thanks for your reply! I managed to solve it yesterday doing basically what you’ve said. The problem was that *.selected-item-list-item-X wasn’t working for the table I was using… So I created another table which receveid de right one’s row Id and did all the logic there.