[progress Communities] [progress Openedge Abl] Forum Post: Re: [4.2] - Formula Return As A...

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hi Santosh, This is the code for the formula field that gives the error. Please have a look. var array = ["Progress", "rollbase", "Cloud", "Applications"]; var uniqueArray = array.filter(function(item, pos) { return array.indexOf(item) == pos; }); var list = ""; list = uniqueArray.toString().replace(",", " | "); rbv_api.println(list); return list; // errors

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