• So, I've overcome the inability to display columnar formats in SSRS subreports by using ROW_NUMBER() along with some modulus "hack-a-math". Here's a brief use case.

    Let's say that a customer can have one or more addresses. Using an SSRS subreport, you'd waste a lot of paper displaying these in one column. But, if you could give each address a "RowNumber" and "ColumnNumber", you could drop the addresses into a matrix using RowNumber and ColumnNumber as your groupings.

    This revelation, single handedly, was my greatest self-discovery in SQL code in conjunction with SSRS, if I do say so myself. 😀

    -------------------

    Brian Zive

    Assistant Director, Systems

    Business Intelligence Analyst

    Massachusetts General Hospital

    Development Office

    ___________________________________
    Brian A. Zive
    Assistant Director, Systems
    Business Intelligence Analyst
    Massachusetts General Hospital
    Development Office