Displaying Decimal Places in Bold Reports
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:
-
Navigate to the report item where you want to display decimal places.
-
Identify the field that contains the values you want to format. For example, let’s assume the field is called “value”.
-
Click on the Format option and modify the decimal places as per your preference.
-
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.
Displaying decimal places within text values:
-
Edit the expression of the text box and include the following expression:
-
Include the expression below to display only two decimal places. You can adjust the decimal places by modifying the value in the “Round” expression.
="Total is: " + Round(Sum(Fields!value.Value, "DataSet1"), 2)
- 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.
Note: Make sure to adjust the expression based on your specific field name and report design. You can download the sample report from here.