HELP!
cr9
Sql Server stored procedure
We have a manual cross tab report in which we have conditional formula's for each 7 columns (Sat, sun, mon,etc)
We are retrieving the data from the stored proc correctly but cannot display it properly.
We would like the data in the same week to appear in the same row.
This is what we get:
Sat Sun Mon Tue Wed Thur Fri
Week1Data
Week1Data
Week1Data
Week1Data
Week1Data
We would like to see as follows:
Sat Sun Mon Tue Wed Thur Fri
Week1Data Week1Data Week1Data Week1Data Week1Data
We have tried grouping data different ways. We have tried multiple sections. Underlaying each group and/or section. We have tried suppressing the blank object, sections etc.
Our data has no null fields. We also have the start of week as Saturday, which gives a blank group header between weeks.
Thanks in advance for suggestions %-)
cr9
Sql Server stored procedure
We have a manual cross tab report in which we have conditional formula's for each 7 columns (Sat, sun, mon,etc)
We are retrieving the data from the stored proc correctly but cannot display it properly.
We would like the data in the same week to appear in the same row.
This is what we get:
Sat Sun Mon Tue Wed Thur Fri
Week1Data
Week1Data
Week1Data
Week1Data
Week1Data
We would like to see as follows:
Sat Sun Mon Tue Wed Thur Fri
Week1Data Week1Data Week1Data Week1Data Week1Data
We have tried grouping data different ways. We have tried multiple sections. Underlaying each group and/or section. We have tried suppressing the blank object, sections etc.
Our data has no null fields. We also have the start of week as Saturday, which gives a blank group header between weeks.
Thanks in advance for suggestions %-)