[progress Communities] [progress Openedge Abl] Forum Post: Re: Fetching Grid Row's Value ,...

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

Shiva Duriseati

Guest
Hi John, If your object uses both Average(decimal type) and Formula Field then you can use the server side API to get the value of Average and assign it to formula field. Example: In formula field section include the following code. var id="{!id}"; var arr=rbv_api.selectQuery("SELECT Average FROM ObjA where id=?", 1, {!id}); return arr[0][0]; Attaching app.xml for your reference. Please let me know incase you need any assistance. Regards, Shiva (Please visit the site to view this file)

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