How to create Percentage Column in Reporting Services

  • 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!

  • Do you mean add a column with this values?

    London 43,22

    Rome 34,83

    France 21,93 ?

  • 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!

  • 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