-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Null values seem to cause problems for plotting graphs #185
Comments
arikfr
added a commit
that referenced
this issue
Apr 25, 2014
Fix #185: when y value is null, convert it to 0.
https://github.com/EverythingMe/redash/releases/tag/v0.3.6%2Bb343 <- @nickw-hailo this build includes a fix for the NULL values. |
christophervalles
pushed a commit
to hailocab/redash
that referenced
this issue
May 8, 2014
christophervalles
pushed a commit
to hailocab/redash
that referenced
this issue
May 8, 2014
Fix getredash#185: when y value is null, convert it to 0.
washort
pushed a commit
to washort/redash
that referenced
this issue
Sep 6, 2017
getredash#185 added to the front of the column name so they are in a consistent ordinal position for each table tests pass
washort
pushed a commit
to washort/redash
that referenced
this issue
Dec 8, 2017
getredash#185 added to the front of the column name so they are in a consistent ordinal position for each table tests pass
washort
pushed a commit
to washort/redash
that referenced
this issue
Dec 13, 2017
washort
pushed a commit
to washort/redash
that referenced
this issue
Jan 8, 2018
washort
pushed a commit
to washort/redash
that referenced
this issue
Jan 9, 2018
washort
pushed a commit
to washort/redash
that referenced
this issue
Apr 30, 2018
washort
pushed a commit
to washort/redash
that referenced
this issue
May 31, 2018
washort
pushed a commit
to washort/redash
that referenced
this issue
Aug 11, 2018
alison985
pushed a commit
to StantonVentures/redash
that referenced
this issue
Aug 19, 2018
washort
pushed a commit
to washort/redash
that referenced
this issue
Mar 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I run a query which returns null values at any point, then re:dash cannot graph the data appropriately. I have to re-write the query to accommodate this fact. null should be viewed as 0 for the purposes of graphing (though it can still be shown as a "null" in the tabular set of results)
The text was updated successfully, but these errors were encountered: