Skip to main content
Skip table of contents

FAQ: AFS Formatting ZERO (0) values to display as DASHES (-) or vice versa

Question: I currently have zero values on the AFS for certain cells (left column) but I want to show then as dashes (right column). (Question: I want to change the value formatting of the numbers presented)

Answer:

When in the AFS, go to ‘format’ menu, for to ‘123 Number’ submenu. At the bottom, you can select ‘Custom number format’ from the drop down.

Once the ‘Custom number format’ s open, you can insert various syntax inputs next to the ‘apply’ button. A syntax line can be set for positive values, negative values, zero values, and 'text' values (error / warning display). Each of these are seperated with a semi-colon ;

  • The first value before the ‘;’ is for positive values

  • The second value is for negative values (e.g. negative sign is default. If you want to display negative as bracket, add brackets to front and back of second value)

  • The third value is for zero values (e.g. if you want to display a zero, leave this blank. If you want to display a zeroed dash, insert the following inside the markings “-”

  • Although not regularly used , the fourth is can assist to display notifications if the system sees it as text instead of a number. For this, the zero values must be set.

Custom number formatting

Syntax

Display

Positives thousands separated and no decimals.

Negatives thousands separated and no decimals (brackets)

Dash for a zero’.

#,##0;(#,##0);"-"

positive: 1,000,000

negative: (1,000,000)

Zero: -

Positives thousands separated and 2 decimals.

Negatives thousands separated and 2 decimals (negative sign)

Dash for a zero’.

#,##0.00;#,##0.00;”-“

positive: 1,000,000.00

negative: -1,000,000.00

Zero: -

Positives thousands separated and no decimals.

Negatives thousands separated and no decimals (negative sign)

Dash for a zero’.

#,##0;#,##0;"-"

positive: 1,000,000

negative: -1,000,000

Zero: -

Positives thousands separated and no decimals.

Negatives thousands separated and no decimals (negative sign)

Zero for a zero’

#,##0;#,##0

positive: 1,000,000

negative: -1,000,000

Zero: 0

Please note that Zero value views (e.g. 0 instead of '-' dashes) are recommended on large structured tables (such as the appropriation statement) where all cells are published with the zero values in place (i.e. not hidden). This is to ensure line spacings as part of the Word conversion process through image recognition flow through.

                          

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.