Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics: Calculation set to average always sums #2266

Merged
merged 1 commit into from
Jan 2, 2017
Merged

Metrics: Calculation set to average always sums #2266

merged 1 commit into from
Jan 2, 2017

Commits on Dec 7, 2016

  1. Metrics: Calculation set to average always sums

    This commit is two part:
    
    1. getActiveValueAttribute should always return the active attribute
    without providing an average since the active is the current value.
    2. The query to create the average was incorrect and was taking the
    count value * the value which we are really looking for the average of
    the value.
    mwillbanks committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    4e2c6bc View commit details
    Browse the repository at this point in the history