I'm using 8.5 and I'm making a report that will list every quote for a particular customer. Each quote listed should show the total estimated value. I don't have a field in the database that has that value so I wrote a formula called Net like this: {tbl_YSG_QuoteLineItems.Quantity} * {tbl_YSG_QuoteLineItems.Price} and a formula called Value like this: {@Net} - {@Net} * ({tbl_YSG_QuoteLineItems.Discount}/100) thinking it would give me the total value for the entire quote but it lists the total value of each line in each quote. Here's the output:
Quote#: LMRT5478 Quote Date: 10/2/00
Value: 2,485.89 Quote Status: Won
______________________________________________________
Quote#: LMRT5478 Quote Date: 10/2/00
Value: 4,138.98 Quote Status: Won
_______________________________________________________
Quote#: LMRT7312 Quote Date: 1/31/01
Value: 1,983.52 Quote Status: Won
_______________________________________________________
Quote#: LMRT9521 Quote Date: 3/25/01
Value: 1,438.84 Quote Status: Won
As you can see it will list the total value as long as the quote only has one line item.
I'm really new at writing formulas so any help is extremely appreciated. Thank you!!!![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)
Quote#: LMRT5478 Quote Date: 10/2/00
Value: 2,485.89 Quote Status: Won
______________________________________________________
Quote#: LMRT5478 Quote Date: 10/2/00
Value: 4,138.98 Quote Status: Won
_______________________________________________________
Quote#: LMRT7312 Quote Date: 1/31/01
Value: 1,983.52 Quote Status: Won
_______________________________________________________
Quote#: LMRT9521 Quote Date: 3/25/01
Value: 1,438.84 Quote Status: Won
As you can see it will list the total value as long as the quote only has one line item.
I'm really new at writing formulas so any help is extremely appreciated. Thank you!!!
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)