Hi,
I've created a document type.
One of it's fields is populated by "SQL Query (it must return value and text fields)".
the sql gets its info from a custom table.
I'm using a repeater (web part) with it displaying the that field.
<li><# EVAL("fieldName) %#></li>
in the browsers this transformation displays like this:
option1 | option2 | option3 |
when I view source :
<li>option1 | option2 | option3 |</li>
Why isnt the <li></li> wrap each showing of information?
what is it wrapping the whole thing insted of each bit of info?
MANY THANKS:)