Hello! Can you please help me find how to filter a data set that contains two variables: Model _ID and Date_Received. What I need is to find the number of runs of the models within last 7 days, 30days ,1 year. So if we ran it today, it would count usage between 03Jan2020 - 10Jan2020 inclusive , if we run it tomorrow, it would count usage between 04Jan2020 - 11Jan2020 inclusive etc. The output data should be a table that has the models and the number of runs only. I have chosen to do a proc freq step but don't know how filter the dates, any help is much appreciated!
... View more