Loading...
Uploaded by merackley on Dec 16, 2010
Create Parameters
Science & Technology
Standard YouTube License
Hi, I have problem when I want to get an aggregation (SUM, COUNT) from the other list. Say, I want to display the COUNT of time in the "Issue" list.
I have tried to create a xsl variable:
.....
xsl:variable name="nooftime" select="COUNT(../../../Time/Rows/Row[@IssueID=current()/@ID]/@Title)"
xsl:value-of-select select="$nooftime"
......
but it returns 0.
Please advise how should i solve this. Thank you.
jsuprianto 1 week ago
Load more suggestions
Hi, I have problem when I want to get an aggregation (SUM, COUNT) from the other list. Say, I want to display the COUNT of time in the "Issue" list.
I have tried to create a xsl variable:
.....
xsl:variable name="nooftime" select="COUNT(../../../Time/Rows/Row[@IssueID=current()/@ID]/@Title)"
xsl:value-of-select select="$nooftime"
......
but it returns 0.
Please advise how should i solve this. Thank you.
jsuprianto 1 week ago