INT (Report Builder)
Converts a value to an integer.
Syntax
INT(value)
value |
Indicates the number to round down to an integer. |
Example
Formula | Result |
---|---|
INT(3.82) |
3 |
INT(-5.21) |
-5 |
INT(Total Due) |
Converts each instance of the Total Due field to an integer. |
See Also
Concepts
Working with Formulas (Report Builder)
Using Functions (Report Builder)
Conversion Functions (Report Builder)
Report Builder How-to Topics
Working with Literals in Formulas and Filters (Report Builder)
Formatting Data, Text, and Images (Report Builder)