Jump to content

This topic is 8116 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

hi, im having trouble doing the following: i have a simpel site that serves the main page from a simple database. However, anyone can create a new record (by signing up) and add data. What i want in the startpage is a summary of data, like: # of records (wich runs already) but the main problem is that i cannot figure out how to produce a 'top-10' of users that enter data. Since i dont know the names of the users i cannot use it as a flag. So the field has to check for the highest counts of files, grouped to a user. I'm from the netherlands so it might sound more difficult than it really is (languages pffff) smile.gif

Thanks

JP

Posted

Need clarification:

Are you looking for a count of the number of records in a single file that have the same user name in one of the fields?

Or are you looking for the "counts of files, grouped to a user"? If the latter, please explain further.

Posted

hi, thanks for responding

I'll try to explain it. I have a database where registered users may add records to. On loading the mainpage i want a list of the 5 or 10 users that have added the most records. so its a count of files, grouped to a user (as you stated) but also 'ranking' of the most frequent users. I could do it with a search but that would mean i'd have to open another page with the results, rather than have it displayed on loading the first page.

Hope i made it clear now and i aplogize for my bad english B)

Thank you,

JP

This topic is 8116 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.