rbh123456789
Technical User
CR11.5
I have a View that looks like this:
User | eventtype | date
user1 | sickday | Dec 1 2011
user1 | meeting | Dec 1 2011
user2 | vacation | Dec 3 2011
user3 | |
user4 | sickday | Dec 1 2011
this report is supposed to:
-list each user
-display the event
-display the day of the event
i am using a crosstab, and have the rows display the user.
columns will be the dates
this report is supposed to show a 5 day date range (which they select using parameters)
Ideally, if they choose Dec 1 2011 to Dec 3, 2011 i would like to see 3 columns in my crosstab (Dec 1, 2, 3).
but, since i don't have a Dec 2 date, the report just shows Dec 1 and 3.
is there a way to show the Dec2 column, even though its not in the date field of the view?
I have a View that looks like this:
User | eventtype | date
user1 | sickday | Dec 1 2011
user1 | meeting | Dec 1 2011
user2 | vacation | Dec 3 2011
user3 | |
user4 | sickday | Dec 1 2011
this report is supposed to:
-list each user
-display the event
-display the day of the event
i am using a crosstab, and have the rows display the user.
columns will be the dates
this report is supposed to show a 5 day date range (which they select using parameters)
Ideally, if they choose Dec 1 2011 to Dec 3, 2011 i would like to see 3 columns in my crosstab (Dec 1, 2, 3).
but, since i don't have a Dec 2 date, the report just shows Dec 1 and 3.
is there a way to show the Dec2 column, even though its not in the date field of the view?