Articles in this section
Category / Section

Displaying Decimal Places in Bold Reports

Published:
Updated:

To enhance the clarity of numerical values, you have the option to customize decimal places in Bold Reports. This allows you to format numbers according to your specific requirements. Here’s a step-by-step guide on how to format numbers with decimal places:

  1. Navigate to the report item where you want to display decimal places.

  2. Identify the field that contains the values you want to format. For example, let’s assume the field is called “value”.

    image.png

  3. Click on the Format option and modify the decimal places as per your preference.

    image.png

  4. Save the changes to the report design and preview the report to ensure that the values in the “value” field are displayed with the desired decimal places.

    image.png

Displaying decimal places within text values:
  1. Edit the expression of the text box and include the following expression:

    image.png

  2. Include the expression below to display only two decimal places. You can adjust the decimal places by modifying the value in the “Round” expression.

    image.png

="Total is: " + Round(Sum(Fields!value.Value, "DataSet1"), 2)
  1. Save the changes to the report design and preview the report to ensure that the values in the “value” field are displayed with only two decimal places.
    image.png

Note: Make sure to adjust the expression based on your specific field name and report design. You can download the sample report from here.

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied