close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Search using dates and display the records/ total sales amount

Thread began 11/24/2009 6:31 am by Suggs | Last modified 11/25/2009 11:28 am by Eric Mittman | 884 views | 1 replies |

Suggs

Search using dates and display the records/ total sales amount

Hi Folks,

What im wanting to achieve is this:
In my admin i want to build a feature where a user can search for orders between given dates and have them returned. I also want to be able to show the total amount in value of sales for this period as well.
Im using the MySQL timestamp in the database field to record the date and time of the order, and the following php to convert it to UK date/ time layout for the user to view... <?php echo date('d/m/Y,H:i:s',strtotime($row_Recordset1['OrderDate'])); ?>
The field for each order total is OrderAmount and this is what im wanting to count.

Any pointers will be greatly appreciated.

Cheers

Sign in to reply to this post

Eric Mittman

To begin with you will need to have a recordset that select all of the records from this table, you will want to sum the OrderAmount column like this:

SELECT SUM(OrderAmount) AS OrderTotal FROM Orders

I go this from w3schools website, this is their example.

sql_func_sum.asp

Once you have the recordset setup like this on your results page you will want to make sure that you have your search page setup as well. Next you will apply the DataAssist Search server behavior to the results page. When you are configuring the search criteria you will specify the date column then the date type for the data, for the starting date criteria you would just specify the comparison as greater than, then for the end date you would do the same but choose less than.

Post back if you have any other questions or have any problems with any part of this.

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...