Hi,
I am developing a dashboard for the SPO O15 Upgrade project and basically what I have is a semi complex table that represents [Customers] by rows and [Milestones] by columns. I call the point where Milestone meets customer a "cell."
A cell contains:
- One table with 4 quadrants
- One bar chart.
- Two indicators.
- About 7 textbox fields.
So you can imagine that there exists much logic to change the various items within a cell red, yellow, green, etc. and that each cell is repeated for each customer. There are 13 milestones that must be completed to upgrade any given customer, so the number of cells equals 13 x # customers.
Each customer has a start and finish date and I would like to display a bar chart that spans the milestones for each customer, but my problem is that I cant get a single bar chart per row...what happens is that the bar chart repeats for every milestone column (each cell has a bar chart).
HOW DO I GET A SINGLE BAR CHART TO SPAN ALL COLUMNS FOR EACH ROW OF A TABLE?
It would be a very cool feature of the dashboard to show a bar chart for each customer that displays, "where we should be."
-Bill
-Bill