How can I append the results of additional queries to an SSRS report?

后端 未结 2 1916
野性不改
野性不改 2021-01-28 05:56

I am generating an SSRS report whose results are displayed like so:

I need to append similar query results (same exact query, one different parameter value) to

2条回答
  •  無奈伤痛
    2021-01-28 06:33

    Solution: COLUMN GROUPING

    If I have understood your question correctly, you are expecting to show those 3 columns repeatedly for different set of values. All you need to do is put those 3 columns in a group (Column Group) and Group by on whatever "Field/Parameter" you want to it repeat. Let me know how it goes!!

提交回复
热议问题