Compute Column Mean while restricting observations used
Hello,
I want to get a column mean into a new column but I want to be able to restrict the date range that I use. I want to be able to say get column mean from day x to day y in my formula. This is the current formula that i have:
New Column ("X",
Numeric,
Continuous,
Format ("Best", 12),
Formula (Col Mean (:WeeklyPercent, :Week, :Source)), Set Selected);
It pull the average weekly perc...
