April 21, 2012 at 11:30 am
Dear All,
I'm trying to create a percentage column in Reporting Services.The layout of my table is:
CountryTotal Percentage
London 67 43
Rome 54 ...
France 34 ...
Total 155
Would anyone let me know what Expression I need to use to get the percentage Column please
Thank you in Advance!
April 21, 2012 at 12:54 pm
Do you mean add a column with this values?
London 43,22
Rome 34,83
France 21,93 ?
April 21, 2012 at 1:52 pm
antonela (4/21/2012)
Do you mean add a column with this values?London 43,22
Rome 34,83
France 21,93 ?
Thank you for your reply!
No, I mean how do I write the expression inorder to workout the percentage e.g (value/total) * 100
Thank you!
April 21, 2012 at 4:33 pm
Try this:
Fields!Total.Value/Reportitems!Totale.Value*100
CountryTotal Percentage
London 67 43
Rome 54 ...
France 34 ...
Totale 155
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply