Good Morning..
I'm Using the following Expression for Division in SSRS-2005 in C# Web Applications..
=Round(((Fields !Price.Value*10 0)/Sum(Fields!CPU. Value, "DataSet1_Amoun tDetails")),2) & "%"
When I'm Using this Expression i'm getting the Result as i'm expecting ..
ie.. 10.25%, 15.45%, 12.14%,.....
But the Problem is When i'm adding all the Values it is giving me Total of 102.56%..
But I want to Show the Total Chart for only 100%..
If i'm not adding this Decimal points i'm getting the Total of 99% Only.. (ie 10,15,12,.......)
What can I do Now for getting the Chart to Show the Total Result of 100%..
Please give me any Suggestions..
Thank You..
I'm Using the following Expression for Division in SSRS-2005 in C# Web Applications..
=Round(((Fields !Price.Value*10 0)/Sum(Fields!CPU. Value, "DataSet1_Amoun tDetails")),2) & "%"
When I'm Using this Expression i'm getting the Result as i'm expecting ..
ie.. 10.25%, 15.45%, 12.14%,.....
But the Problem is When i'm adding all the Values it is giving me Total of 102.56%..
But I want to Show the Total Chart for only 100%..
If i'm not adding this Decimal points i'm getting the Total of 99% Only.. (ie 10,15,12,.......)
What can I do Now for getting the Chart to Show the Total Result of 100%..
Please give me any Suggestions..
Thank You..