Value Converters

The value converter is a way to change report item presentation. There is size converter available in this software build:

  1. Prefix. The reporting tool adds a string before the value.
  2. Suffix. The software appends a string after the value.
  3. Group separator adds a space char between digits groups.
  4. Number format.
  5. Date format converter. It can be applied to "date" and "datetime" values only.
  6. Regular expression based substring replacement.

The prefix and suffix have highest priority. The regular expression has normal priority and other converters have a lovers one.