XSL template structure for choosing latest event.
- by Deborah Klenke
I have a list grouped by Region and it currently shows all the items for each city. I want to reduce to only the most recent advisory for each city.
I have tried to use an xsl:for-each statement but I am messing up the names/parameters.
List is called mlc
The list contains the fields:
Title
City
Region
Advisory
DateCreated
TT (calculated number field to find the number of minutes from the DateCreated to end of today which I intended to use the smallest to find the most recent)
I have the list grouped by Region and it currently shows all the items for each city. I want to reduce to only the most recent advisory for each city.