Hi All,
I want to calculate Sum of percentages in my SSRS report.
I have two fields :
Field1 Field2
For Field1 I am using the following formula --- Fields!suminsured/Sum(Fields!no.ofRisks) * 100
The Field1 formula is working correctly....
Now I want to calculate Field2 from Field1 ....
My Field2 Formula is Sum(Fields!suminsured/Sum(Fields!no.ofRisks)*100) --- But when I am doing this way its giving error...
Can any body let me know how to acheive Field2 ....??
Field2 is nothing but Sum(Field1) ....But for Field1 I am using Percentage Forumula....So field2 should be Sum(Field1) percentages....
Any ideas in this regard will be appreciated...
Waiting for the responses..
Thanks,
vineesh1701