Good afternoon gurus!
I have a tough requirement.
I am asked to use asp or write a sql server stored procedure that will accomplish two things.
One, to determine how many times an event has occured.
For instance, if I need to determine how many times an employee has signed up for a class, then I need to display the result in number as well as a graphical representation of the result... something like a pie chart or bar chart.
example will be:
if the class signed up by an employee is > than 5 then
display the employee who signed up for the class, the number of times signed up and then show the result in a pie or graph in one screen.
Is this even possible.
I have seen it done in excel but not with sql server or asp.
Your help is highly desired.
Thanks in advance.
I have a tough requirement.
I am asked to use asp or write a sql server stored procedure that will accomplish two things.
One, to determine how many times an event has occured.
For instance, if I need to determine how many times an employee has signed up for a class, then I need to display the result in number as well as a graphical representation of the result... something like a pie chart or bar chart.
example will be:
if the class signed up by an employee is > than 5 then
display the employee who signed up for the class, the number of times signed up and then show the result in a pie or graph in one screen.
Is this even possible.
I have seen it done in excel but not with sql server or asp.
Your help is highly desired.
Thanks in advance.