Solved
performing addition of (numerical) entries in data table.
I have created a data table which stores daily numeric value. primery key is DAY and stores its corresponding value for day. but I want to add values at end of week i.e the 7 entries for 7 days in a week in another table which stores values per week. how I can achive it..? Is there any service available in data table which can do this.?

