Hey guys, I’m trying to get all data entries since the start of April that happened between 8am and 10 am. What’s the best way to do this. Group by doesn’t seem to work for me here, and using “Created date >= current date change to 8am, Created date < current date change to 10am” of course only get me today’s data.
Updated the post for clarity. What I’m attempting to do is simply filter, say, 30 day’s worth of data to only show data created between two sets of times.