This is kind of a dumb problem. Because I could have solved it by a little bit of thinking in the beginning. I have a bunch of power meters that I need the combined energy readings from and show it in a table. I have all the readings saved in the historian. But didn't think to make a tag for the combined value. So my question is. Is there a way that I can get the data and add it up after the fact. (timestamps should be the same so that's not a problem).
I know I could probably write a script that could do this. But if there is some tagHistory binding or expression magic that I'm not aware of that would be great.