Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have chart in qvw with StudentID, StaffID, Department, [Exam Date], [Record Date],[No of times Student presence].
the values in column [No of times Student presence] are as shown below
4,9,8,2,1,1,1,1,1,3,3,3,3,5,5,5,5,7,7,7,10,0,34,90,100,21,24
the expression used under [No of times Student presence] is Count(StudentID)
The sample data in chart is as below
StudentID | StaffID | Department | Exam Date | Record Date | No of times student Presence |
0 | 0 | Physics | 27/02/2011 | 04/03/2011 | 24 |
0 | 12 | Physics | 27/02/2011 | 04/03/2011 | 52 |
0 | 12 | Accounts | 02/03/2015 | 03/03/2015 | 5 |
890097 | 12 | Chemistry | 27/02/2015 | 27/02/2015 | 1 |
553536352 | 12 | Physics | 02/03/2015 | 02/03/2015 | 1 |
932534376 | 12 | Chemistry | 03/03/2015 | 03/03/2015 | 1 |
152464986 | 12 | Chemistry | 03/03/2015 | 03/03/2015 | 1 |
170664772 | 0 | Chemistry | 02/03/2015 | 04/03/2015 | 4 |
182754332 | 0 | Maths | 03/03/2015 | 04/03/2015 | 2 |
182754332 | 12 | Chemistry | 02/03/2015 | 04/03/2015 | 2 |
904856484 | 0 | Maths | 02/03/2015 | 03/03/2015 | 3 |
489547704 | 0 | Chemistry | 02/03/2010 | 03/03/2010 | 3 |
I need to show a pie chart to show the number of times student presence be represented in a graph for example 300 Students, of which 25 are presence to once, 25 are presence to twice and 100 are presence to three times
Please can anyone help me in this.
Thanks.
I think that you will have to perform some kind of grouping before you show the chart. I would do a load from the resident table in order to create your relevant count(StudentID). Then you will be able to do what you require.