Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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.?
Solved! Go to Solution.
The new 8.4 Descriptive analytics has the ability to do this automatically.
Else you could use a scheduler or an event based on datachange to do this.
And you could do it running style or backwards looking.
The new 8.4 Descriptive analytics has the ability to do this automatically.
Else you could use a scheduler or an event based on datachange to do this.
And you could do it running style or backwards looking.