Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jKessler
Starting Member
3 Posts |
Posted - 2013-09-27 : 10:45:54
|
I deleted the total column which correctly removed it from the report. However, after coming back to the report later and making an update the total line is showing back up but on ly for the field that i updated. The problem is that since i deleted the total from the report i can not see it so i am unable to onec again remove the total line.Anyone know how to make SSRS not automatically add the total line (or add it back to the tablix so i can once again remove it)?Thanks,John |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-09-28 : 05:53:57
|
is it a matrix container? have you chosen add subtotal property in it?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
jKessler
Starting Member
3 Posts |
Posted - 2013-10-02 : 07:55:02
|
It might be... i am not sure. The problem is that i deleted the total row so when i view the report in design it is not there. However, when i view the report it is but only for the new field.Steps:Created reportdeleted the total row(no totals in report)came back and added a fieldtotal line is now showing up but only for that new field.Again, since there is no total row in the report on the design view i have no idea how to remove it. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-10-04 : 01:37:03
|
total line is now showing up but only for that new field.is it a group footer then?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|