Example: Reverse the Sign for Specific Accounts
This example illustrates how to reverse the sign of an account that isn't one of these
account types:
- Expense
- Liability
- Equity
A matrix report displays these details in the rows for FY2022 for the Working Budget
version:
- Gross Margin
- Liabilities
- Equity
- Variance Between Liabilities and Equity
The report currently uses:
- ADifferencecalculation element to calculate the variance between the Liabilities and Equity.
- TheReverse Signproperty on theDifferencecalculation element to reverse the sign (from plus to minus) for the variance amount.
- Go toReports.The Overview page displays.
- Run the matrix report and clickEdit.
- In the report rows, right-click the Gross Margin account and selectDelete.
- In theElementstab, expand theCalculationselement.
- Drag theCustomcalculation element to the report rows and drop it to the placement of Gross Margin.
- Right-click theCustom Calculationelement and selectFormula Assistant.
- UnderAccount, browse to Gross Margin. You can also search for it. ClickInsert into Formula.
- In theFormulafield, add-1*before the account code for Gross Margin.Example:-1*[PL_GM]
- ClickOKto close the formula assistant.
- Right-click theCustom Calculationelement and selectProperties.
- Change the label to Gross Margin. ClickOK.
- Save and rerun the report.
The Gross Margin account displays a minus sign for the value.