Hi all,
In field #2, I am trying to round a dollar value in field #1 to the nearest 100
but I am not having success with the script. Here's what I've got:
calculate:
result = $1 / 100
result = round result
answer = result * 100
On the handheld, this returns a value in field #2 of $0.00 every time.
Any suggestions?
Best regards,
Neal