This is my first attempt at doing JavaScript with some JSON data objects and need some advice on the proper way to attain my goal.
Some server-side code actually generates a JSON formatted
SELECT
Count(WorkID) as countcall,
Sum(case when CallConnectTime=0 then 0 else 1 end) as countresponse,
Sum(case when FlagTransfer=0 then 0 else 1 end) as countflag
FROM
s20_cdrDetails_2010_1