 |
Deep Software Deep Log Analyzer users forums
|
| View previous topic :: View next topic |
| Author |
Message |
sclaywell
Joined: 09 Jul 2009 Posts: 1
|
Posted: Thu Jul 09, 2009 6:45 pm Post subject: Unique Visits per Day report? |
|
|
I have been struggling with what I would have thought was a simple query. I'm looking to get a count of the number of unique visitors per day. I have been having no luck with this, I have tried to create a subquery to get the distinct users from the Visit table and then a count of those users for each day against the Date_Time table. When I attempt to run the query in access, I am prompted for the Date_Time as a parameter. Any help with what I may be doing wrong would be welcomed!
Here is the query that I tried to create:
Select Count(userName) As [Number of Visit], Date_Time.Date,userName
From visit, Date_Time
where visit.BegDateTimeID=Date_Time.ID
and exists (select distinct userName
From Visit;)
Group by Date_Time.Date,userName
Order by Date_Time.Date,userName; |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|