How to enable Add Total option in Tablix
Asked Answered
D

4

6

I had a problem of couting sum of grouped rows in a tablix. I posted it on stackoverflow. There I found the detailed answer by a user. But the problem is now, he is asking me to add "Add Total" in one cell of my tablix. Whereas I find no option of adding Add Total on every cell. In fact it is disabled on each cell except the cell that is coming under a group.

The person is using Italian IDE (Visual Studio) whereas my IDE is in english. Is there any difference between these two?

Please see the detailed post and reply if there is any solution.

I'll be thankful.

SSRS Sum in table group

Dryly answered 13/6, 2011 at 7:11 Comment(0)
D
0

I found the answer here

This is an alternate solution to my problem.

Dryly answered 14/6, 2011 at 5:56 Comment(0)
M
8

I had the same problem. I think the problem is if the field is not recognised as a numeric, then 'Add Total' field will be disabled. So to overcome this problem, first I inserted a row at the bottom of the table and then I converted the field into double in the expression as follows

=SUM(cdbl(Fields!GROSS_MARGIN.Value))

After running the report, I was able to see expected total.

Monstrance answered 16/7, 2014 at 5:0 Comment(0)
D
0

I found the answer here

This is an alternate solution to my problem.

Dryly answered 14/6, 2011 at 5:56 Comment(0)
E
0

Make column properties for which u want totals as double or decimal in dataset. Refresh report data in report designer. U will be able to see add total as enabled. Right click on column for which u want to add total and select Add Total.

Embroil answered 9/9, 2017 at 0:44 Comment(0)
D
-2

no there is no differnce between it

Dulcia answered 13/6, 2011 at 14:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.