Use our Google Custom Search for best site search results.
Search
-
Perfect!
Thanks Hilary. Your help is invaluable!!
-
Ok. I can see where I got unclear. My apologies.
It's true that I want it to display with two decimals. And it's also true that what I have works to do that.
What I still need is for the final price to be rounded to the nearest 100th, I believe.
So when I said I needed 21.9279 to turn into 21.90, I was saying I wanted a number to ...
-
Thank you, but I think IP is doing the math incorrectly.
Wouldn't 25.972 equal 25.97? Instead, the form is setting the number to 25.10.
Would you happen to know how I would set up the math?
-
I'm displaying it in a text box. The format is currency and 2 decimals.
-
I just need to display it that way in the form.
So I guess if there's another route I can take, I'll take it.
-
Hey all,
I'm trying to do some math in my form that allows me to calculate money. I'm actually calculating PayPal's fees. It's 2.99% per charge, plus $.30.
I do that like this:
sum(MealTotal) * 2.99 / 100 + .30
So for $21.00, it calculates to 21.9279
I need that to turn into $21.90.
So I tried ...
-
worked perfectly. thanks!
-
Thanks! I'll give this a shot.
-
Does that make sense? Sorry for the double post but I couldn't figure out how to put two files in one post.
-
This second screenshot is what it looks like after User A has set up the form to be signed by three different users.
I want to be able to have the three selected users access the form and 1 - concur or non-concur and 2 - sign it. Comments aren't mandatory. And that extra field is one I created while trying to figure this out.
When All ...