Skip to main content
1-Visitor
March 28, 2019
Solved

performing addition of (numerical) entries in data table.

  • March 28, 2019
  • 1 reply
  • 875 views

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.?

Best answer by PaiChung

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.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 28, 2019

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.