G
Guest
I am working on a lag analysis project and am curious how you might go about
arranging the categories. Would you create a new column or several new
columns? I have a beginning date range as well as an ending date range. In
need to include various intervals, i.e., 1-2 days, 3-7 days, etc. What sort
of SQL statement would you use to satisfy this? I was thinking about an IIF
statement with 'date' BETWEEN 'date' and then another IIF statement, etc.?
What would you do?
arranging the categories. Would you create a new column or several new
columns? I have a beginning date range as well as an ending date range. In
need to include various intervals, i.e., 1-2 days, 3-7 days, etc. What sort
of SQL statement would you use to satisfy this? I was thinking about an IIF
statement with 'date' BETWEEN 'date' and then another IIF statement, etc.?
What would you do?