Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bushfoot
Yak Posting Veteran
53 Posts |
Posted - 2010-10-06 : 16:23:30
|
I have a column grouping report where each row MIGHT have the same number of columns.For example, Emp x has call types: internal, ld, toll freeEmp y has call types: ld, toll freeEmp z has call types: internal, ld, toll freeComing out of sql the data is sorted by emp, then call type Emp x internalemp x ldemp x toll freeemp y ldemp y tollfreeemp z internalemp z ldemp z tollfreeEmp y is at the bottom of the report.Is this standard behavior for Column grouping reports? Is it expected that each ROW of the report will have the SAME NUMBER OF COLUMNS (even tho the number of columns is unknown)?I do NOT have any sorting set in the rdl doc. |
|
|
|
|