In a new sql server report 2012 (ssrs 2012), I have a dashboard report where users export various pages to excel. The users want to be able to sort the data on their excel spreadsheets. However they are getting an error message about merged cells.
To svolve the problem so far, I have changed some test ssrs 20012 reports where there are no report headers. The only type of headers the reports have are column headers. When there are only columns headers, I can export the reports to excel and sort all the data columns.
What I have removed in the test ssrs 2012 reports is the report header that is the same width as the detail lines of the reports. In addition, I have removed the 'sub category' report headers that together make up the same width as the detail lines.
The original report looked like the following:
Customer Purchase Order
customer name: customer name1
customer number: customer number1
item item quantity unit
number description ordered price
1234 item_kind 2 $10
Can you tell me if there is a way that I can keep any of the existing report headers? If so, can you tell me how I can keep the report headers?
If I am not able to keep the report headers, can you tell me how the customer name, Customer number and name of the report can be exported to excel? The only thing I can think of is to make the additional information as detail line information that. Thus the detail line infomation would contain the following: report name, customer name, customer number, item number, item description, quantity ordered, unit price.
Thus can you tell me if you have any ideas of how I can solve my problem of exporting the ssrs 2012 reports to excel and the users can sort the data?