
I have already tried following which are not working.
Kindly help. Thanks in advance. Kind Regards.
Naoman D.
Request clarification before answering.
Hi Naoman,
1. Sum({@Column A formula}, {Group 3 field})
This will return sum of column A only for Group 3. Place this formula on the Group Footer 3.
2. Use a similar formula for Column B.
3. To divide these two, use:
If Sum({@Column B formula}, {Group 3 field}) = 0 then 0
else
Sum({@Column A formula}, {Group 3 field}) / Sum({@Column B formula}, {Group 3 field})
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Abhilash,
Thanks for your reply. No there is no print time function in column A & B.
I tried your solution, it gave incorrect results.
What I mean is when I put Group 3 field (Account Number), it is giving sum of all the values.
However all the groups (Group 1 & Group 2) using same field, that might be the reason.
And that might be the reason why totals are not available in formula.
Any further suggestions.
Thanks
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.