How can I merge rows (of a particular column) having the same value in SQL Server Reports RDL?
问题 I'm new to working with SQL Server 2005 Reporting Servives using RDLs in BIDS. I need to modify an existing report so that I can merge cells in adjacent rows which would have the same value for that particular column. Ex: consider this is the table returned from the stored procedure used by the reports RDL. _________________________________________________ Id SubCategory Field1 Field2 Total _________________________________________________ 1 a Bob US 17 1 b John UK 17 2 a Mary AUS 12 3 d Ram