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

Null values seem to cause problems for plotting graphs #185

Closed
nickw-hailo opened this issue Apr 22, 2014 · 1 comment
Closed

Null values seem to cause problems for plotting graphs #185

nickw-hailo opened this issue Apr 22, 2014 · 1 comment
Milestone

Comments

@nickw-hailo
Copy link

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)

@arikfr arikfr added this to the v0.3 milestone Apr 22, 2014
@arikfr arikfr added Frontend and removed bug labels Apr 22, 2014
@arikfr arikfr closed this as completed in 73d9903 Apr 25, 2014
arikfr added a commit that referenced this issue Apr 25, 2014
Fix #185: when y value is null, convert it to 0.
@arikfr
Copy link
Member

arikfr commented Apr 25, 2014

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
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
alison985 pushed a commit to StantonVentures/redash that referenced this issue Aug 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants