Using a query as input to my report, I want to print out out a value that looks like this -Example: 133.82258. I want to print only the 133 value, nothing after the decimal point. The number may vary, I'm calculating averages, and it could also be something like 27.478930. Is there something I...