Having trouble with the Math.floor command
Hi all,
I know I am missing something, but can't quite figure out what. I am just trying to round a field down using the math.floor command I am certain I have the syntax wrong somewhere. Here is the script the calculation is working perfectly, but it is always rounding up.
event.value = ( this.getField("resourcesRow1").value * this.getField("g1p1multiple1").value )*.5;
event.value = math.floor("g1p1resourcestotal");
Thanks for any help.
Regards,
Larry
