Hi,
you can do it the easy way using the list-statement, or use the join-statement.
In the join-statement you can "join" some other elements you would like to see.
p1 = Code of multi question.
First row the simple "list(that.p1)"
Then this join-statement:
{join(if(p1_SQ001=="Y",' * '+p1_SQ001.shown+'<br> ',""), if(p1_SQ002=="Y",' * '+p1_SQ002.shown+'<br>',""), if(p1_SQ003=="Y", ' * '+p1_SQ003.shown+'<br>',""), if(p1_SQ004=="Y",' * '+p1_SQ004.shown+'<br>',""), if(p1_SQ005=="Y",' * '+p1_SQ005.shown+'<br>',""), if(p1_SQ006=="Y", ' * '+p1_SQ006.shown+'<br>',""))}
If you enter this into your editor, do in sorce code mode, save, and never, never, never open it again.
Joffm