I'm looking to set up a list page but need to ommit the first item in the list and then show all other items, I normally have half an idea as to where to start but don't have a clue in this case!
Have checked the forum posts but couldn't find any solutions there either...
Selecting second item in a list view
Hi guys,
I'm looking to set up a list page but need to ommit the first item in the list and then show all other items, I normally have half an idea as to where to start but don't have a clue in this case!
Have checked the forum posts but couldn't find any solutions there either...
Looking forward to being enlightened!
Hi Brian,
If you used a built-in template, you probably have somthing that looks like this:
You can add a condition inside and simply skip the first item:
You can also (especially if it's a long piece of code inside the for-each) add the condition as an extra predicate on the selection, like this:
Hope it helps - otherwise, shout :-)
/Chriztian
Hey Chriztian,
Just the job, thanks for a speedy response
is working on a reply...