Posted 11 March 2025, 4:06 pm EST - Updated 11 March 2025, 4:13 pm EST
I am working on recreating a report that requires a pivot:
- NDC column is sorted in ascending order and there are many NDC columns
- Store # column can have one of more “stores” (2 in this example)
I was able to build the report using a tablix. However, the consecutive NDC report columns run horizontally until they reach the width of the page and then continue onto the next page. This leaves a lot of empty space on each page when there are just a few “Store” rows.
An obvious fix of sorts would be to reverse the rows and columns. Unfortunately, this is not an option as the objective is to match the flow of the original report pictured above.
How can I configure this report to keep adding consecutive columns on the same page until there is no more room left vertically?