Page 1 of 1

LISE - How do I display a specific record of the list?

Posted: Fri Nov 02, 2018 7:20 pm
by rbaby
Hello guys,

I have a page where I want to display only the second or third record of the list, is there a way to do that?

Thank you in advance.

Re: LISE - How do I display a specific record of the list?

Posted: Fri Nov 02, 2018 9:04 pm
by DIGI3
Will you know the alias of the item, or are you wanting to show whichever item is second (or third) on the list?

For the former, you can use

Code: Select all

{LISEinstance action='detail' item='itemalias'}
For the latter, you can do

Code: Select all

{LISEinstance start=2 pagelimit=1}
and remove the pagination from your summary template if you don't want it.