I have a issue in SSRS when I use expression to use Round function
I need get the value Round down but always is up
I\'ve the following expresion 3 - (4 *.3
Int(3 - (4 *.32)) Will give you 1.
Int(3 - (4 *.32))
1
Making it an int will always "round down", it's quick and easy, but not the best solution necessarily.
int