Query to select the month and nos of weekend and public holiday in that month
通过使用上面链接中的select查询,我在SQL Server 2005中创建了一个存储过程。
现在我得到输出(作为示例),如下所示:
year Month count(weekendholiday) count(publicholiday)
---- ----- -------------- -------------
2012 April 2 1
2012 May 1 1
2013 April 0 1
我可以直接在Crystal Reports(asp.net C#)中使用这些值来制作条形图吗?
我想要X轴的特定年份,并在Y轴上计数。
应该有2个酒吧,显示1.nos。周末2.没有。公众假期
我该怎么做?
这样的事情:
|
3|
| Weekend
| -----
2| | |
| | |
| | |public
1| | |---
| | | |
--|-----|---------|---------|----------|-------
3/2012 4/2012 5/2012 6/2012