Total in schedule not equal to sum of rounded values in table Issue
You made a schedule for room areas that displays the total of the areas in the schedule, and you noticed that the total is slightly different from the sum of the values. Solution
The total is different from the sum because the total is calculated using the exact value of the areas and not the rounded values shown in the schedule. If you would like the total to be based on the rounded values instead, follow these steps: - In the schedule, click the Element Properties button.
- In the Element Properties dialog box, click the Edit button for Fields.
- In the Schedule Properties dialog box, click the Calculated Value button.
- In the Calculated Value dialog box, enter a name (for example, "AreaRoundInteger").
- Change the Type to Integer.
- Enter the following formula: Area / 1 * 100
Note: Dividing by 1 prevents unit errors. Note: The factor depends of the decimal places that are used. In this example, 100 is used for 2 decimal places. - Click OK to close the Calculated Value dialog box.
- Click the Calculated Value button.
- In the Calculated Value dialog box, enter a name (for example, "AreaRound").
- Change the Type to Number.
- Enter the following formula: AreaRoundInteger / 100
- Click OK to close the Calculated Value dialog box.
- In the Schedule Properties dialog box, click the Formatting tab.
- Select the AreaRoundInteger field and then click the Hidden Field option.
- Select the AreaRound field and then click the Calculate Totals option.
- Click the Field Format button and set the rounding to 2 decimal places.
- Click OK to close each dialog box.
Give us your feedback on this document:
AUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |