Custom numeric formats—ICRW

The Interactive Custom Report Writer (ICRW) shows cells with a null value as empty by default. To make the data easier to scan, you can add a hyphen to empty cells. This topic shows you how to add a hyphen to blank cells.

In the following example, the blank cells in the Release Amt column represent null values.

Columns with null values are shown as blank cells by default in ICRW.

Add a custom numeric format to a column

You can add hyphens to blank cells in a selected column using a custom data format in the Column Properties for the column.

  1. Open an ICRW report and go to the Define tab,

  2. Select the Gear icon for a column with blank cells and choose Column Properties from the dropdown menu.

  3. Go to the Data Format tab.

  4. Select the Override Default Data Format checkbox, and from the Treat Numbers As dropdown, select Custom.

  5. Enter the following string into the Custom Numeric Format field:

  6. Copy
     #,##0.00;-#,##0.00;"-"
  7. Repeat this process for all the columns that contain blank cells.

  8. Save the report.