How to recreate this scripting with something like a derived or reference tag?

Oh my goodness gracious sir thank you so much, my hang ups were in the assigning of all the parameters, for some reason that didn't seem to me like I was doing the right thing, and it caused me to get lost.
Thank you!

And never mind, running into all sorts of issues with pulling the data in and more with making it usable I think I will just have to call this a total fail / something I can't make happen. There's too much that has to happen to the tag, and then it has to historized.

I haven’t seen anything that isn’t attainable in this thread, though I’m not entirely certain I understand exactly what you’re trying to accomplish.

What do you mean by “and then it has to be historized”. In order to run a tag history query/binding the tag by definition is already historized.

Can you lay out clearly exactly what your goal is?

Because the examples I gave should sublimate exactly what you were already doing in the binding and transform. So what “issues” are you running into.

So to preface, all or most of what I am talking about that is "already happening" with this tag

There is a tag that is currently used elsewhere in perspective (bound to a label) and in its raw form it seems to just count up the value infinitely, as seen here:
image

So to my understanding the history binding that the label binding currently employs is used so that you can see "today's number" by subtracting the most recent value (or "(0,1)") from yesterday's value (that being "(1,1)") to get the count for just today.

This IS all well and fine yes, the problem is that for the report, I need to transform the tag in the same way, as in pull the "daily" value but I Also need the report to show how that value changes across the span of a week (That being the historizing I referred to previous)

In order to do that I am running into issue after issue, issues with timeframes, how to set a range of "Beginning of {currentweek} to {now}", and how to make it both modify the value to be "daily" usable, and record it across Multiple days

I hope that's clearer, apologies if it isn't.