Viewing 3 posts - 1 through 4 (of 4 total)
Sorry if I was unclear, when I run this script, it returns dozens of identical records. I wonder if it is a problem with my JOIN Statements, but am...
August 31, 2010 at 4:55 pm
#1214640
CAST(SUM(CASE WHEN STAT_PRODUCTIVITY.Action != 'Folder'
and STAT_PRODUCTIVITY.Action != 'Assigned' THEN Number
ELSE 0 END) AS DECIMAL)/CAST(SUM (Number) AS DECIMAL (10,2))
AS 'Cleared'
My result still comes out as 0.66743119266 (11 decimal...
July 28, 2010 at 3:15 pm
#1199512
What I am looking for is no more than 2 decimal places, ideally this would be converted to a percentage.
July 28, 2010 at 2:44 pm
#1199496