[progress Communities] [progress Openedge Abl] Forum Post: Re: Adding Values Gives Error

  • Thread starter Thread starter Karthikeyan Bhaskaran
  • Start date Start date
Status
Not open for further replies.
K

Karthikeyan Bhaskaran

Guest
Hi, Assuming a currency field, I was able to get the values working without any effort (on 4.0.6.3). If this requirement is still "open", can you please check if it's working for you? In my testing, I tested a currency field in Obj1, and from a related Obj2, looked up an Obj1 record. This in turn picks its Currency field value, to which I add a 5.00 using a Formula field. This works fine. If this is still a use case you are pursuing, can you get back if the original problem has gone away? For the formula field, my Formula is just this: var num1 = parseFloat({!R31805.testCurr#value}) 5.00; //testCurr is a Currency field, and the return type for the Formula is also Currency. return num1; Thanks.

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