Getting unique values using XSLT in SharePoint Designer 2010
Below is the ocde that will give you unique values of a column: /dsQueryResponse/Rows/Row[not(@Date=preceding-sibling::Row/@Date)] Hers is how the code will look in SharePoint Designer 2010: <xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row[not(@Date=preceding-sibling::Row/@Date)]"/> Video: Getting unique values using XSLT in SharePoint Designer 2010 Part 1 (setting up the custom list)


















