Link to home
Start Free TrialLog in
Avatar of davidi1
davidi1Flag for India

asked on

SQL Query Help - Something like Pivot

Team,

Need your help.

I have a table with some data on it. Please find attached a sample look of the table.

 User generated image
What i really want to do is, %  of escalated cases by team.

Escalation % per team =  Number of Escalations for the day / Number of cases handled for the day.

I cannot run pivot queries in my SQL as it doesnt support.

requesting your help to find the desired result in a query.

Thanks,
David
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of davidi1

ASKER

AngelIII - Thank you.., but am looking for per day per team percentage.., sorry if my question was confusing.
Avatar of davidi1

ASKER

Perfect. I made the changes with dates. Thanks again for your help