Crystal Report: Quote

Rob,
I create a Formula field called ExtPrice that I set the formula to:
ToNumber ({@UnitPrice}) * ToNumber ({quoteqty.QUANTITY})

Then I create a Formula field called QuoteTotal that I set the
formula to: Sum ({@ExtPrice})

It works for me.

Joey
I'm trying to create a Crystal quote form that will give me an extended
price, and then a total amount for the quote. I plan on having a formula to
multiply the unit price and the quantity; however, I can't find a quantity
field in the quote detail that lists the quantity as a number. Does anyone
have a solution?
Make a new formula field with the following formula:

tonumber({quoteqty.quantity})