on 2017 Feb 15 5:54 PM
I have already tried following which are not working.
Kindly help. Thanks in advance. Kind Regards.
Naoman D.
Why do you have the same field inserted as a group thrice?
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes we have different group of account ranges, top group is parent group with account ranges (say 1 to 10).
Group 2 will have sub range category say (1 to 2) & (3 to 4)......(9 to 10)
and group 3 is created for summarize data in order to avoid line items.
I can use formula (Sum A /Sum B) but only for any one of the group.
For rest their corresponding totals are not available to be used in formula. Thats why I need formula to sum up body values so that I can use them in column c calculations. Kindly suggest.
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
What is the formula used in @bodyformula
If it contains an aggregate function or a variable you can not use the Crystal sum function.
You then have to use either a variable or Running Total, however these can only be used in a group footer. It looks like you want to display in header, which will not be possible.
Ian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.