Hi,
I have a list that contains 10 items (that would be from item 0 to 9) and I would like to select all the items that are below 3 (that would be 4,5,6,7,8,9). How could I do that?
Thanks!
Hi,
I have a list that contains 10 items (that would be from item 0 to 9) and I would like to select all the items that are below 3 (that would be 4,5,6,7,8,9). How could I do that?
Thanks!
Have a look at split list, you could do it also with list item and series
Thank you!