- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Scatter Plot - chart is not displayed
I have some data loaded which looks like this :
And ID, score and age.
I wanted to plot a simple scatter plot with age on the X axis, score on the Y axis. Something like this :
I cannot seem to figure out how to do that using the Scatter Plot. It tells me the chart cannot be displayed cause it only contains undefined values
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@padmanabhv Can you check the data model viewer to confirm that score and age is numeric? Perhaps try with count(score) or count(age) to make sure something else is not wrong. Even if one value undefined, it will plot. So, perhaps there is a problem with all values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@padmanabhv Can you check the data model viewer to confirm that score and age is numeric? Perhaps try with count(score) or count(age) to make sure something else is not wrong. Even if one value undefined, it will plot. So, perhaps there is a problem with all values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@pravinboniface Thank you so much ! All the data was loading as text so I failed to notice the difference (left side of column vs right side !) Using a Num#() and using "Only" with the measures seems to do the trick !
Appreciate the help !