Hi guys,
Anybody can help me to complete this task in Telerik Report. I have a table in sql database with three fields: Id, name, visit_date. A person may visit several times in month. I would like to get a report which is showing the person name and number of his visit in each month acccording to the selection of year as a parameter.
I want to pass 'year' as a parameter which is selected by user.
Out put should be
Jeff visited 1 time in Jan, and 3 times in Apr in the selected year
Anybody can help me?
Thanks
Ben
Anybody can help me to complete this task in Telerik Report. I have a table in sql database with three fields: Id, name, visit_date. A person may visit several times in month. I would like to get a report which is showing the person name and number of his visit in each month acccording to the selection of year as a parameter.
I want to pass 'year' as a parameter which is selected by user.
Out put should be
Year |
|||||||||||||
Name |
Jan |
Feb |
Mar |
Apr |
May |
Jun |
Jul |
Aug |
Sep |
Oct |
Nov |
Dec |
Total |
Jeff |
1 |
0 |
0 |
3 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jeff visited 1 time in Jan, and 3 times in Apr in the selected year
Anybody can help me?
Thanks
Ben