KeertanaCR
Programmer
Hi All,
I have a report which is grouped by a field A. In this report i have a field B ( count of C calculated from Stored Proc). I need another field in the report which should be
% of B for each record. Which Means % of B ( with the total B)
So, I write a formula (B/sum(B,A))*100 to get the %of B.
Now I also need count of this % of B field.
Any ideas to solve this issue.
Thanks for ur help
Keertana
I have a report which is grouped by a field A. In this report i have a field B ( count of C calculated from Stored Proc). I need another field in the report which should be
% of B for each record. Which Means % of B ( with the total B)
So, I write a formula (B/sum(B,A))*100 to get the %of B.
Now I also need count of this % of B field.
Any ideas to solve this issue.
Thanks for ur help
Keertana