Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > Putting it Together > Databases

Reply
 
LinkBack Thread Tools
Old September 20th, 2007, 01:38 PM   #1
New Member
 

Join Date: Sep 2007
Location: Canada
Age: 25
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Javilen is on a distinguished road
Question summerizing multiple items at once.

Hello,

I was hoping someone here can help me out.

The Scenario is this:

We have an application here that produces general reports for our product, displays items received, the amount of error on the item, how many pages it is, the type of errors the stage in the process it’s at and the flag it’s been set to. As well as the accuracy. (there is more but these are the relative items.

Currently we display a nice grid of this information with no summary and we can get up to 5000 entries a day.

My boss has asked me to summarize it.

So he wants to know how many of each error type, how many of each stage the average of the accuracy, the total pages received, and so on. Broken down below:


CharAccur: 99,78,88,54,100
Errortype: TE,TR,TL,RR,TL
Stage: RE,ARC,AR,EX.EX
Flag: Released, Cancel, release, release, release
NumPages: 2, 3,5,2,2,
Total: 5 rows in total

So this is the data, the columns with there respective data

Now what I need to do to each.

CharAccur – Average all values
Error Type: count each error type occurrence eg. TE=1, TR=1,TL=2, RR=1
Stage: count each stage type occurrence
Flag: Count each Flag type occurrence
NumPages: Add all pages up
Total: count all returned rows.

I would like the output to be one line that has the headers like this:

CharAccur | TE | TR | TL | RR | RE and so on. And below them the values retrieved.

I know I can do this on the webpage side if I must but would be much better to do it Server side.

I tried building a whole slew of SQL Select statements for each type that got the counts and what not and then “UNION” but it does not work correctly and instead returns the first column name and a row under it for each select statement.

Any help would be appreciated we are using: MS SQL 2000

Thanks for any help.
Javilen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 20th, 2007, 04:45 PM   #2
Highly Reputable Member
 

Join Date: Apr 2007
Location: Willich, Germany
Age: 22
Posts: 592
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 c010depunkk is a jewel in the rough c010depunkk is a jewel in the rough c010depunkk is a jewel in the rough c010depunkk is a jewel in the rough
Re: summerizing multiple items at once.

One word: PHP
c010depunkk is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
passing items to paypal dab42pat PHP 5 June 16th, 2007 06:13 AM
Animation for menu items David Blake Flash and ActionScript 12 June 13th, 2007 08:54 PM
PHP includes menu - problems with sub-items fallen_angel PHP 3 January 19th, 2007 01:15 PM
display mean and variance of purchased items chikenyd Other Languages 1 November 4th, 2006 05:10 PM
how to submit all items from a multiple select control to an andrew_perez5 Classic ASP 6 January 5th, 2005 09:28 AM


Search Engine Optimization by vBSEO 3.2.0 RC8