I put a Computed Field control on an Xpage. How do I indicate that it has multiple values?
I've looked all day on here and other places and the help files.
If I put "Red", White", "Blue" as the value of that field, it will only display "Blue"
That is the most basic code I can think of...simply a list of text values, but I also tried formulas, etc, which all work if used alone. e.g
getComponent("fld1").getValue(), @UserName, "another value"