How can I create a custom report that will list all products with a certain word in the title and total price for all of the items (in this list) combined?
Thanks in advance!!
How can I create a custom report that will list all products with a certain word in the title and total price for all of the items (in this list) combined?
Thanks in advance!!
Hi
If it's a one off requirement, just write a SQL query to retrieve the data you need.
Alternatively if it's an ongoing requirement, and you are a programmer(!), take one of the existing admin reports (such as rpt_orders.aspx) as a guide and modify it.
Webopius.com: ASPDotNetStorefront web development and ecommerce project management
Webopius is now a Sage Pay Approved Partner
How can I view an already created report? (the sql for it)
I could play around a lot better if I knew what the field names are.
Last edited by Strabell; 07-22-2011 at 09:55 AM.