Tuesday 10 September 2013

basic reporting on javascript array by date?

basic reporting on javascript array by date?

I have a list of orders loaded in a javascript array and I would like to
summarize this data based on date. I want to show total orders for each
day, and total amount each day.
Normally I would do this in .Net or in a Stored Procedure. Kinda stumped
as to how to approach this using javascript. Can anyone point me in the
proper direction. I have a decent grasp of Javascript but have never had
to deal with data manipulation in JS.

No comments:

Post a Comment