Hello,
I was wondering if someone could help me urgently. I have created a cross tab with days of the week across columns and names in the rows. Through an ASP page, the user is allowed to select week of. Therefore, for example, the user chooses the week of Nov. 20, 2002. This day is a Wednesday. I need the report to show the Monday to Friday regards of what day during the week the user chooses. In this example, my report is capturing Monday, Wednesday, Thursday, Friday. I see why it is doing this. It is doing this because I used a specified group option and said if day = 2 then tuesday, if day = 3 then wednesday etc. How do I get the days of the week, from Monday to Friday to show across columns regardless if there is any data or not.
Also, along the same lines, how do I add a note(text) if no data exists(blank report for week of). Something like No data exists for that week in a crosstab. Thanks everyone and hope you can help.
I was wondering if someone could help me urgently. I have created a cross tab with days of the week across columns and names in the rows. Through an ASP page, the user is allowed to select week of. Therefore, for example, the user chooses the week of Nov. 20, 2002. This day is a Wednesday. I need the report to show the Monday to Friday regards of what day during the week the user chooses. In this example, my report is capturing Monday, Wednesday, Thursday, Friday. I see why it is doing this. It is doing this because I used a specified group option and said if day = 2 then tuesday, if day = 3 then wednesday etc. How do I get the days of the week, from Monday to Friday to show across columns regardless if there is any data or not.
Also, along the same lines, how do I add a note(text) if no data exists(blank report for week of). Something like No data exists for that week in a crosstab. Thanks everyone and hope you can help.