I have created a cross tab based on the data held within a database table in the following structure.
ID
Population (1 or 2)
Step (0-5)
Sample data
1 2 0
1 2 1
1 1 3
So this identifier has at 1st population 1 person at step 3 and at population 1 patient at step 0 and another at 0.
When I create a chart only values for Step 0,1 and 3 are shown.
However I would like the following to occur on the graph:-
Population 1 (Green) 0-5 step
Population 2 (Blue) 0_5 step
Regarding if there is any data recorded for the step.
Is there a way to do this as I can only seem to get it if all the data is present.
I really want a static cross tab and only the values to updated dynamically.
Sarah
ID
Population (1 or 2)
Step (0-5)
Sample data
1 2 0
1 2 1
1 1 3
So this identifier has at 1st population 1 person at step 3 and at population 1 patient at step 0 and another at 0.
When I create a chart only values for Step 0,1 and 3 are shown.
However I would like the following to occur on the graph:-
Population 1 (Green) 0-5 step
Population 2 (Blue) 0_5 step
Regarding if there is any data recorded for the step.
Is there a way to do this as I can only seem to get it if all the data is present.
I really want a static cross tab and only the values to updated dynamically.
Sarah