Hi ,
I understand that you want to show the count of hours per name under the result set. Can you provide a screenshot to show your result set? Is Hours column a number column?
I assume that you are filtering the web part using two drop downs and you want to show the count of hours under each Name column. If so ,you can group the web part by Name. Check to show group header. In this way ,the item count will show up behind
the group header.
Find the code line in code view .Change ‘ (<xsl:value-of select="$RowCount"/> )’ to (Hours:<xsl:value-of select="sum(@Hours)"/> ).Then the Hours count for the specific Name will show up(Make sure that the Hours column is number).
Thanks,
Entan Ming
Entan Ming
TechNet Community Support
