Hello,
my data table looks something like this:
dataBeforeAvg = data
dataMovingAVG = calculate moving average 7 days back (based on dataBeforeAvg column)

doing fit x by y graph I have a graph with regular dataBeforeAvg on Y and date on X

what I want to do is take the moving AVG line and stick it on the graph above

is this possible in JMP 12?