okay where to start....
i have a table called saleslog
fields called repname (text)
amountsold (currency)
date (date)
newproduct (yes check box)
In a report I just want to show the amount sold and the amount sold of new products...
sales rep:Jack
number of new products: 5
amount sold new product: $500
amount sold total: $10,000
here is how i got the count of new products
=Sum([NEW/ PREV])*-1
what is the expression to get the $$ of new products sold?
i have a table called saleslog
fields called repname (text)
amountsold (currency)
date (date)
newproduct (yes check box)
In a report I just want to show the amount sold and the amount sold of new products...
sales rep:Jack
number of new products: 5
amount sold new product: $500
amount sold total: $10,000
here is how i got the count of new products
=Sum([NEW/ PREV])*-1
what is the expression to get the $$ of new products sold?