Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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.