vibinvenugopal
New Member
- Joined
- Jul 20, 2015
- Messages
- 9
Hi All,
Please see data below.
[TABLE="width: 735"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Employee #[/TD]
[TD]Employee Name[/TD]
[TD]Designation[/TD]
[TD]Senior/Junior[/TD]
[TD]Allocation Start Date[/TD]
[TD]Allocation End Date[/TD]
[/TR]
[TR]
[TD="align: right"]123[/TD]
[TD]ABC[/TD]
[TD]Engineer[/TD]
[TD]J[/TD]
[TD="align: right"]1-Apr-14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]456[/TD]
[TD]DEF[/TD]
[TD]Engineer[/TD]
[TD]J[/TD]
[TD="align: right"]1-Apr-14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]789[/TD]
[TD]GHI[/TD]
[TD]Manager[/TD]
[TD]J[/TD]
[TD="align: right"]1-Apr-14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]112[/TD]
[TD]JKL[/TD]
[TD]manager[/TD]
[TD]J[/TD]
[TD="align: right"]1-Jul-14[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
I wanted to plot a bar chart where it shows the allocation start date ( as month) on the X axis and on the Y axis it should show the number of people who have allocation start date for that month. So for eg as per the data in the april month there are 3 people, and it should show may and june and july etc as 3 since there is no allocation end date for those employees.
Please see data below.
[TABLE="width: 735"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Employee #[/TD]
[TD]Employee Name[/TD]
[TD]Designation[/TD]
[TD]Senior/Junior[/TD]
[TD]Allocation Start Date[/TD]
[TD]Allocation End Date[/TD]
[/TR]
[TR]
[TD="align: right"]123[/TD]
[TD]ABC[/TD]
[TD]Engineer[/TD]
[TD]J[/TD]
[TD="align: right"]1-Apr-14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]456[/TD]
[TD]DEF[/TD]
[TD]Engineer[/TD]
[TD]J[/TD]
[TD="align: right"]1-Apr-14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]789[/TD]
[TD]GHI[/TD]
[TD]Manager[/TD]
[TD]J[/TD]
[TD="align: right"]1-Apr-14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]112[/TD]
[TD]JKL[/TD]
[TD]manager[/TD]
[TD]J[/TD]
[TD="align: right"]1-Jul-14[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
I wanted to plot a bar chart where it shows the allocation start date ( as month) on the X axis and on the Y axis it should show the number of people who have allocation start date for that month. So for eg as per the data in the april month there are 3 people, and it should show may and june and july etc as 3 since there is no allocation end date for those employees.