Question
valuelist question
I use valuelist to display a list of values :
#valuelist(qry.qualifierText, ", ")#
However, it will display continually across the page until it runs out of room, then wraps to the next line and continue until done.
How can I define it so that it will display only five on one line, then skip and dispaly the next five, then skip, etc. until completed ?
