-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Time Series Table: Difference calculation has wrong sign #3612
Comments
Addressed here: #3597 |
@mistercrunch Could you please revisit this issue? |
mistercrunch
added a commit
to mistercrunch/superset
that referenced
this issue
Oct 11, 2017
mistercrunch
added a commit
that referenced
this issue
Oct 12, 2017
eddy-geek
added a commit
to eddy-geek/incubator-superset
that referenced
this issue
Oct 15, 2017
…t_box * remotes/origin/master: (340 commits) [New Viz] Partition Diagram (apache#3642) Add description for running specific test (apache#3665) Making the sort order for metrics pull from fd for time table viz (apache#3661) Make columns that return an exception on click unsortable. (apache#3417) Adding sort time table (apache#3651) added aihello as superset user. (apache#3647) Fix apache#3612 - reverse sign in difference calculation (apache#3646) Fixing some warnings during tests (apache#3648) [Translations] Restored lost French translations (apache#3645) [sql lab] fix impersonation + template issue (apache#3644) Pin moment.js library since 2.19.0 creates problem (apache#3641) [time_table] adding support for URLs / links (apache#3600) Set tooltip to show extent of sparkData (apache#3626) add explicit message display for 'Fetching Annotation Layer' error (apache#3631) [bugfix] Template rendering failed: '_AppCtxGlobals' object has no attribute 'user' (apache#3637) fix long title text wrapping in editable-title component (apache#3638) [minor] proper tooltip on ControlHeader's instant re-render trigger (apache#3625) add annotation option and a linear color map for heatmap viz. (apache#3634) [bugfix] empty From date filter NoneType error (apache#3633) remove unused imports (apache#3621) ...
michellethomas
pushed a commit
to michellethomas/panoramix
that referenced
this issue
May 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.20.3
Expected results
The calculated result of a Time Comparison → Difference column reflects the value change of the chosen time lag interval.
E.g., if the time lag is, say, one week and the value of the observed metric has decreased within the last week, then the sign of the calculated difference has to be negative.
Actual results
The sign of the calculated difference is twisted.
Example:
Steps to reproduce
E.g.:
PS: @mistercrunch: Thanks for releasing 0.20.3 so quickly!
The text was updated successfully, but these errors were encountered: