Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Storing/Retrieving Dashboard like info.

Author  Topic 

wndrboy2k3
Starting Member

37 Posts

Posted - 2010-06-08 : 03:41:39
Hey Guys,

I don't want a walkthrough or anything, but I've been trying for a few weeks to think/research the best way of displaying information in a reporting format. However, I've become a bit lost and would like a nudge in the right direction.

Let's say I want to display the number of calls taken by an employee and then the number of calls answered. There is a table that captures all the call information. And I want it displayed on website as a number

CALLS RECEIVED CALLS ANSWERED % ANSWERED
50 30 60%

Would the counts and calculations be done in asp.net or do I build a table that stores the information in calculated fields, or am I going about this completely wrong?

Any help would be greatly appreciated.

Cheers
   

- Advertisement -