Formatting data in a Visualizer table

Visualizer provides data formatting options for measures and numeric attributes displayed in visualizations.

Note: Formatting for numeric attributes is only available in Visualizer for Table and Crosstab reports.
You can format:
  • Units that represent magnitude, such as M for millions, to display in tooltips.
  • Suffixes.
  • Currency symbols for measure values to display in tooltips and axis labels.
  • The number of decimal places to display in tooltips.

For other table formatting options, such as the default Grand Total for measures, see Creating a Table in Visualizer.

To format the measure values and numeric attributes in a Visualizer table:

  1. Create a table in Visualizer.
  2. Click Columns in Chart Builder. An options menu for each column displays.

  3. On the left pane, click Data Formatting for the column you want to change.
    Note: Data formatting is available for measures and attributes with numeric values. Chart Builder displays the options with the defaults highlighted.
  4. Select your formatting options. Visualizer immediately updates the table with your changes. Data can be formatted with Units, Suffix, Decimal Precision, and Currency.

    Units:
    • Auto default - commas (example: 13,281,647)
    • None - no commas (example: 13281647)
    • K - divide by 1,000 (example: 13,281.65K)
    • M - divide by 1,000,000 (example: 13.28M)
    • B - divide by 1,000,000,000 (example: 0.01B)
    • % - multiply by 100 (example: 1,328,164,700%)
    Suffix:
    • None (example: 99)
    • % (example: 99%)
    Decimal Precision:
    • All (example: 695.5091224)
    • 0 Decimal (example: 695)
    • 1 Decimal (example: 695.5)
    • 2 Decimals (example: 695.50)
    • 3 Decimals (example: 695.509)
    • Custom. The custom range can be set as an integer between 1 - 99.
    Currency:
    • Currency and date formatting also depends on the user's language locale setting. For more information, see Managing your language, locale, and region in the Infor Birst Introduction to Birst User Guide.
    • The currency setting does not change the data. It is for display purposes only.
    • Visualizer supports dynamic currency symbols. You can define a variable and use it as the currency format by entering the GetVariable('variable_name') syntax.
      Note: Dynamic currency symbols using GetVariable is not supported in the Pro version.