March 25, 201015 yr Hello everyone, Does anyone have an idea how I can integrate more detailed statistics in Filemaker Server 10? Currently I'm able to see, who is logged into the database. I can also look up at the logs, but most of the time they are useful only for troubleshooting. I'm more interested in "how much time each user spend" and eventually "how many" searches he/she performs. I can run Google Analysis on iwp_auth.html, which can give an idea how many users log on dally basis, but nothing else. Do you have any ideas how I can implement such statistics as "logged time" and "performed searches" into database? May be additional Field could count such data?
March 25, 201015 yr You would need to build said logging into your database, or an additional database. FileMaker Server doesn't provide such, and plain HTML-based statistics aren't going to provide you what you're looking for. - John
March 25, 201015 yr Author Well, I have customized my iwp_auth.html and I have different users. What do you mean by additional database ? I need an additional database to track the activity of users within my existing one?
March 25, 201015 yr Correct, you would need to log usage information to another table/database. - John
March 26, 201015 yr Author Yeah, make sense.Now I just need to figure out how to define the "fields". I know it is possible, but may be I was just curious if somebody has similar problem. -) Anyway Thank you!
Create an account or sign in to comment