I have a report which needs to look like this
timeperiod 1/1/2012 1/2/2012 1/3/2012 1/4/2012 ...1/31/2012
0
1
2
...
23
but in the database I am missing some, like I have only 0,3,5,6,8,9 but by default I need to get all 24 values(0-23) and even there are some missing dates but by default how can I get dates from 1 to 31...the database fields are logindate(column names), loginhour(row names) and total as summary.
thank you very much
timeperiod 1/1/2012 1/2/2012 1/3/2012 1/4/2012 ...1/31/2012
0
1
2
...
23
but in the database I am missing some, like I have only 0,3,5,6,8,9 but by default I need to get all 24 values(0-23) and even there are some missing dates but by default how can I get dates from 1 to 31...the database fields are logindate(column names), loginhour(row names) and total as summary.
thank you very much