Dashboard Examples - Samples - Tutorials


Dashboard Digest - Shared Knowledge from all Dashboard Experts

Dashboard Mockup and Wireframes - Let the Tiger build your next Dashboard Mockup


RSS Subscribe to RSS

XY Chart in Dashboard

Image

To create this chart all that is needes is just the X and Y information.

The first column in your SQL should be the X value and the second column should be the Y value. If you are going to have multiple series then the X value is shared axis. The third column represents the second series.

select film_id,count(inventory_id),count(store_id)+3 from inventory
group by film_id

Read More


Excel Dashboard     OR   Access Dashboard OR   Mockups software


Posted under Dashboard Vendor Blogs |

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