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

[BUG]: KPI vs Time % Increase Incorrect when previous number is negative #347

Open
smeints-dmsi opened this issue Jan 29, 2025 · 1 comment
Labels
🐛 bug Something isn't working 🕚 status: awaiting-development This issue is waiting for development to start

Comments

@smeints-dmsi
Copy link

smeints-dmsi commented Jan 29, 2025

SDK Version

1.7.2

Client Framework

HTML/JavaScript

Server Platform

None

Operating System

Linux

Description

When the previous number is negative the KPI vs Time graphic displays an incorrect value for the % increase. It calculates the correct value, but the sign is flipped.

The calculation should be: (New Value - Original Value) / |Original Value|

I believe the absolute is just missing.

Image
Image

@smeints-dmsi smeints-dmsi added 🐛 bug Something isn't working ➕ status: new This issue is new and waiting to be reviewed labels Jan 29, 2025
@TorreyBetts
Copy link

This bug has been written up and internally tracked with id AB#36064. Thanks for reporting the issue!

@brianlagunas brianlagunas added 🕚 status: awaiting-development This issue is waiting for development to start and removed ➕ status: new This issue is new and waiting to be reviewed labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🕚 status: awaiting-development This issue is waiting for development to start
Projects
None yet
Development

No branches or pull requests

3 participants