Hello,
my data table looks something like this:
dataBeforeAvg = data
dataMovingAVG = calculate moving average 7 days back (based on dataBeforeAvg column)
itzikd_2-1615460291535.png
doing fit x by y graph I have a graph with regular dataBeforeAvg on Y and date on X
itzikd_0-1615460131894.png
what I want to do is take the moving AVG line and stick it on the graph above
itzikd_1-1615460220343.png
is this possible in JMP 12?