First Record in a Repeat Region
I have a Repeat Region on my page showing all records from a Recordset. My recordset has a SORT by Date DESC in it, so that the most recent record is displayed first on the page.
I would like to add a static Text next to the first record only.
In other words, let's say I have a list of Name:
Joe
Frank
Mark
Laura
Linda
I'd like to display "Winner" next to the first record only, in this case Joe:
Joe [Winner]
Frank
Mark
Laura
Linda
