Alright here's the run down. I've got a list called Course Surveys that I have in a data sheet view. The only column in this list is a cilumn called Course. This column can contain duplicate items because more than 1 person can take a survey for a course. This is linked to another data view web part that shows the details of the responses.
What i am trying to do is output the distinct values of that column but have been hitting a brick wall. Any pointers on how to do this? I've found a few references to use an xpath filter like <xsl:value-of select="not(@Title=preceding-sibling::Row/@Title)"></xsl:value-of>, but this either breaks the page or returns boolean true or false values and not the names.
Seems short sided to have to hack the xsl in SPD to be able to get distinct values