Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to plot every value of a measure?

How can I get a similar chart with every value as a dot for a given date?

diagram3_each_pollutant_index_point.png

My data has multiple value for each date and I can only get a line chart with aggregation on the measure. I want to plot every single value for each date.

Measurements captured multiple time on a day throughout the year.

Data.jpg

5 Replies
Ivan_Bozov
Luminary
Luminary

Try creating a scatter plot or just display the values in a pivot table.

vizmind.eu
swuehl
MVP
MVP

Maybe create a timestamp from your date and time and use this as dimension.

Anonymous
Not applicable
Author

If I use a scatterplot what would be the measures and dimension?

Ivan_Bozov
Luminary
Luminary

Try this:

X-axis: Only([Date Local])

Y-axis: Only(Time)

Dimension: [Sample Measurement]

vizmind.eu
Anonymous
Not applicable
Author

Thanks for the suggestion. It worked. Basically the dimension used should be a unique value in my case Timestamp.

Now I my chart looks like this due to the density of the dots. How can I make it look like the picture in my initial question. Also how can I adjust the grid lines to be month wise.

Plot.png