Forum Post: RE: Values not receiving to other object

  • Thread starter ksunil@allwestern.com
  • Start date
Status
Not open for further replies.
K

ksunil@allwestern.com

Guest
tried that still it gets value 0 Parsed Formula 001 function wrapper() { 002 /*194500.0 * (0/100)*/ - this is with the previous formula 003 004 var num1 = parseFloat("0") / 100; 005 num1 = num1 * parseFloat("194500.0"); 006 return num1; 007 } 008 wrapper(); I also noted one thing even when i try to just call the field as simple as {!R114103128.estimated_tax_rate} the result shows 0 Am I missing something really silly .....

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