Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

a possible solution

Hi,

Define rowData as your variable for view entries, mark your column's content type as html and add something like the following formula to the value of the viewColumn (in this example for the second column of the view):
@Implode(rowData.getColumnValues().get(1), "<br>");

Source:

<xp:viewColumn columnName="Values" id="viewColumn2"
contentType="HTML">

<xp:this.value><![CDATA[#{javascript:@Implode(rowData.getColumnValues().get(1), "<br>");}]]></xp:this.value>
<xp:viewColumnHeader value="Values"
id="viewColumnHeader2">
</xp:viewColumnHeader>
</xp:viewColumn>

Tibor


Feedback response number WEBB7U2L3L created by ~Ben Quettumigennivu on 07/17/2009

XPages - the most basic of help (~Sigmund Zenkro... 4.Feb.09)
. . try multipleSeparator property (~Justin Zekaman... 4.Feb.09)
. . . . nope, that wasn't it (~Justin Zekaman... 4.Feb.09)
. . Have you tried exploding the array?... (~Joan Zektoomar... 4.Feb.09)
. . . . If I can expand On Paul's response (~Ethan Umresaak... 4.Feb.09)
. . . . . . some questions on your solution (~Justin Zekaman... 5.Feb.09)
. . . . . . . . Ok, got the solution (~Ethan Umresaak... 5.Feb.09)
. . . . . . . . . . baby steps (~Sigmund Zenkro... 5.Feb.09)
. . . . . . . . . . . . don't have all the answers... (~Ethan Umresaak... 5.Feb.09)
. . . . . . . . . . OK field is working now, but what a... (~Justin Zekaman... 6.Feb.09)
. . . . . . . . . . . . Have you found a solution? (~Ned Zenfanache... 28.Apr.09)
. . . . . . . . . . . . . . a possible solution (~Ben Quettumige... 17.Jul.09)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS