-
Notifications
You must be signed in to change notification settings - Fork 6
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
Percentage value are calculated by row instead of by column #47
Comments
Hmm yes that's a good point. I think that makes sense, so that not only the absolute numbers in the vertical add up to a sum, but also the relative ones add up to 100%. |
@totocaca123 DO you think like this: now I divide each value by the total of the actual view, e.g.: Aktie (incorrect) 13902/(44907+2832+41942) = 15,41% So the vertical sum is correct now for absolute and relative values. Or we choose the second approach, an divide the value only by the corresponding group, e.g. Aktie (incorrect) 13902/(44907) = 30,96%, so the vertical sum will result in 100% for the relative values. What do you think? |
fixed with #51 |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
windows 11
Reproduction steps
build report and view distribution area
Expected Results
I expect to see percentage relative to Total numbers.
Actual Results
Percentage are calculated from row total (similar to "Distribution" column)
I don't know if it is a bug or if it could be an option.
Anything else?
No response
The text was updated successfully, but these errors were encountered: