Communique

Customer Returns

Hide Navigation Pane

Customer Returns

Previous topic Next topic No directory for this topic Expand/collapse all hidden text  

Customer Returns

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

The Customer Returns dashboard displays customer returns info for the date period selected.

 

Hint: Right mouse click on the dashboard for the popup menu and select configure to set the criteria used for determining your customer returns.

 

 

 

SELECT

Returns.Date,

Sum([Returns].[UnitPrice]*[Returns].[Quantity]) AS TOT_RETURN 

FROM Returns

WHERE Returns.Date Between #03/01/2010# AND #03/31/2010#

dshbrd_cust_returns

Comments (...)