Sorry if this is dumb question. I have a report that captures the total of a group of accounts, It then groups the accounts together and reports the total. I am suppressing the decimals when showing the totals. When I display the Grand Total, the totals do not equal the previous Displayed totals. It shows the summary total which is different because of rounding. Any ideas how to get around this?
Example: Capturing Account totals for 500000 - 599999.
Account 500000 - 503999 = 100.4 Displayed as 100.
Account 504000 - 506999 = 100.4 Displayed as 100.
Account 507000 - 599999 = 100.4 Displayed as 100.
Total 500000 - 599999 = 301.2 Displayed as 301.
But the user wants it to Display Total of 300.
Sorry, I was trying to simplify the calculation for the example. I am gathering the Accounts from a large range of Acct-Units. So if I do the INT at the individual Acct-Unit / Account level the totals are way off.
Create a formula that uses the truncate function in Crystal, then create a Grand Total based on the formula.
You can also create a manual running total in your report based on the rounded value and then display it on any section you want.
In any crystal guide they tell you exactly how this manual running total is created. You may not need a reset total but you will need a dispaly total
The manual total can have the round function or use the round function or create the manual total.
What Ruma is referring to is a method of creating your own running totals using formulas/variables. It gives you the most flexibility but can be complex to develop/maintain.