- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 03-29-2022 06:58 PM
(666 views)
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
1. If eventDate is a SAS Date value then you need to provide the boundary values as SAS Date values and not as strings.
and eventDate between "01dec2020"d and "31dec2021"d
2. There shouldn't be an AND before the GROUP BY clause
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Please do NOT remove your post after it's been answered.