For reports using relative values, you can output the current data in text format with percentages. Consider the example of a report using relative values. Suppose you have a report that contains a list of products (standard format), prices (currency format), and a profitability index (number format).
Now let's add a column showing profitability. In this case, profitability is a ratio expressed as a percentage. To do so, add a text component to the right with a reference to the Product.ProfitabilityIndex column and set the format of this text component to percent. The header for this column will be "Profitability".
There used to be two ways to determine the format mask.
Use local settings, the text is formatted according to the current settings of the operating system.
Both have their drawbacks. For example, if you change the format parameters in your local settings, you need to edit the OS format. In the second case, if one parameter needs to be changed, the other should also be adjusted. Considering the disadvantages of these methods, there is a third method for determining the format. You can change any parameter format using local settings. To do this, set a flag next to the parameter and set its value.
Group separators separate currency values into numeric positions.
If you use local settings, the numbers will be formatted for the currently installed OS.
The number of digits after the decimal point, used for number formatting.
Used as a decimal separator to separate numbers in formats.
Used as a group separator when formatting numbers.
The number of digits in each group in the currency value format
This pattern is used to format positive values.
This pattern is used to format negative values.
This symbol is used as a percent sign.