Hi,
I have a need to display multiple separate graphs from a single crosstab. The number of charts required will be dynamic based on selection criteria but must all display the same data types.
The following is a simplified example of the data.
Work Centre | Header 2 | WEEK 1 | WEEK 2 | WEEK 3 | WEEK 4 | WEEK 5 | WEEK 6 |
---|---|---|---|---|---|---|---|
WC A | LOAD | 100 | 100 | 100 | 100 | 100 | 100 |
CAPACITY | 200 | 200 | 200 | 200 | 200 | 200 | |
WC B | LOAD | 100 | 100 | 100 | 100 | 100 | 100 |
CAPACITY | 300 | 300 | 300 | 300 | 300 | 300 |
I now need a separate graph for each work center, the number of work centers will change.
Is this possible?