Report Designer: Formulas not working correctly due to cell referencing

Show expandable text

We moved!

Help articles have been migrated to the new Help and Support. You can find help for your products and accounts, discover FAQs, explore training, and contact us!

When working in the Report Designer on a report that has formulas, they may not work properly because of the cells that are being referenced.

See also: Working with formulas

It is critical to understand that the Report Designer calculates reports the same way a book reads. This means that the application will begin with cell A1, calculate all of the cells in row 1, and then move on to cell A2 and calculate that row, etc.

Example

Here is an example of a report not calculating percentages correctly in column D. Show me.

Incorrect percent formulas

The report is not calculating the percentages correctly because the denominator in the formula (the total sales) has not been calculated yet. Only the values above and to the left of the percent cell have been calculated.

To allow the percentages to calculate correctly, use the following steps:

  1. First, you will need to move the total (the denominator) to a cell above and to the left of the cell where the percent is being calculated. In this example, take the [ChartofAccountsActivity.Core.Amount] variable, modify the properties of that cell to show the total of all the sales (income) accounts, and place it in row 4. Show me
    Correct percent formulas
  2. Next, hide row 4 by giving it a row height of 0. This will allow the application to calculate the total, but not display it on the report.
  3. Finally, change the percentage formulas to divide by the total hidden in row 4 instead of the total below the cell with the percent.

Was this article helpful?

Thank you for the feedback!