SQL Server reporting services

Can the report grouping be changed or chosen by using parameters

Thank you for your help.



Answer this question

SQL Server reporting services

  • Arnaut

    You can reference a parameter value from the group expression. You can't turn off a grouping, but you can change the group expression to return a constant value, which effectively, would disable the grouping.

  • SQL Server reporting services