Is there a way to add a where clause for each series or do they each need a different view?
I have a table structure TodayDate DaysInRange (Values: -14, 60, 180, 365) Qty I would like each DaysInRange value to be a different series with the labels:TodayDate, x:TodayDate, y:Qty. Would this take 4 views or is there a different way?

