close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Creating monthly reports

Thread began 11/30/2013 8:42 am by Patrice | Last modified 12/02/2013 6:12 am by Jason Byrnes | 600 views | 4 replies |

PatriceWebAssist

Creating monthly reports

While the flash graph on the top of the admin in PS is nice, I want to create something a little differently. I want to be able to compare November 2012 results with November 2013. Playing around with it I was able to pull all the order totals from any given month, one by one. But that doesn't give me a sum, which is all I'm really after. I don't need anything super complicated as I can just write a query for each month of each year, set up in a table format for client to view easily. I don't know how to get the sum.

Here's how far I got with January 2012, order listed by order.

$query_jan12 = "SELECT * FROM ps4_orders WHERE OrderDate LIKE '2012-01%'";
$jan12 = mysql_query($query_jan12, $mmsstore) or die(mysql_error());
$row_jan12 = mysql_fetch_assoc($jan12);
$totalRows_jan12 = mysql_num_rows($jan12);

Any pointers, most appreciated. Thanks!

Sign in to reply to this post

PatriceWebAssist

Getting closer. I can get a sum of ALL orders with this

SELECT SUM(OrderAmount) FROM `ps4_orders`

:-) So now to add in the date…

Sign in to reply to this post

PatriceWebAssist

Got it!

"SELECT SUM(OrderAmount) FROM ps4_orders WHERE OrderDate LIKE '2012-02%'";

:-)

Sign in to reply to this post

PatriceWebAssist

attaching a screen shot of my project… just to clarify what I was trying to do. Hope it helps someone else. It is a live feed of information upon refresh.

Sign in to reply to this post

Jason ByrnesWebAssist

Glad to see you figured it out.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...