[progress Communities] [progress Openedge Abl] Forum Post: Re: Multi Picklist View In Mail...

  • Thread starter Thread starter Shiva Duriseati
  • Start date Start date
Status
Not open for further replies.
S

Shiva Duriseati

Guest
Hi Shira, This can be achieved using EVAL[] block: Idea is to convert comma separated picklist values to array and display each value in new line. Following code will do the trick. Example: Include following code in "Source Code" in mail template #EVAL[ var a="{!MultiSelectPickList#value}".split(",").join(" "); a; ] The above code will convert the values of Multi Picklist view in an arraylist and is used to display each value of array in new line. Regards, Shiva

Continue reading...
 
Status
Not open for further replies.
Back
Top