Hi,
A quick note to let you know I figured this out. Unbelievably stupid error :-)
The code to bring back the unique responses was in a table row. The adjacent cell which did a count on each unique response had a space-after property set to 5px. I removed this and it was smooth sailing.
I appreciate your help.
User Profile
Collapse
-
you can try
Code:<xsl:value-of select="po = position()=[1]"/> and <xsl:value-of select="po=position()=last()"/>
Leave a comment:
-
Blank lines
Hi,
I have checked your archives but have not been able to find anything that works for my situation. I have a for loop that brings back a list of unique responses for each section in a report. These responses are responses to each question in a particular section.
This is working fine. However the output prints many blank lines. I have determined that these lines are are actually places where the question had the same... -
count function in xslt
I'm trying to do a simple count function in xslt and it's turning out to be extremely painful.
I have a report that brings back a set of responses for each question per section in an Audit.
I want to bring back the response only once (i.e. Na,Yes, No answers only once). I have this working. The part I'm having trouble with is the count. Now for each response I need to do a tally of how many times the respondent answered... -
xslt problems
Hi,
I'm very new to xslt and this is my first time posting to a Forum so please forgive me if I transgress any protocols.
I have to do a tally report. This report is divided up into sections. Each section has a list of questions. Each question has responses.
I need to display a list of responses to the questions (i.e. set:distinct), once and only once, each section.
My second problem is that these...
No activity results to display
Show More
Leave a comment: