Dashboard Examples - Samples - Tutorials


Dashboard Digest - Shared Knowledge from all Dashboard Experts

Hello and welcome to the Dashboard Digest. There are so many wonderful digital dashboard related websites (dashboardspy, dashboardinsight, dashboardzone to name a few) including some vendor specific blogs. This website serves to be just a digest for all the dashboard content. If you would like to include your blog as part of this digest please email us a link. (dashboard.kpi"AT"gmail"dot"com).
RSS Subscribe to RSS

Scatter chart in Dashboard

This is similar to bubble chart

Here is the SQL to generate Scatter plot

select film_id x
,count(inventory_id) y1 ,count(store_id)/10 z1
, film_id y2,count(inventory_id)/5 z2
from inventory
group by film_id

Image

ShareThis

Read More


Excel Dashboard           OR           Access Dashboard

Sorry, comments for this entry are closed at this time.