Skip to content

Weighted Add #72

Description

@rodhoward

I'm not sure if this is possible or not but I have account session data that we're storing in a massive table. Data like mac address, bytes downloaded, uploaded, session duration etc.

I'd like to report on that data in a Top users (mac address) report. E.G top 10 users by downloads. or top 10 users by session duration. Is there a way to do that.. using this extension it seems like this is what its for?

I think I can do a top 10 users by session count.. as that is just the frequency of the mac address in the account sessions table.. however that is the only one of the reports (order by's) that I need. My idea was to have multiple topN columns in a summary table and then lookup those mac addresses in the main table once I have the list of top 10 to narow down my query. e.g. topUsersBySessionCount topUsersByDuration topUsersByDownloads etc.

Can you confirm if this is possible or not using TopN..

Regards
Rod

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions