Hey guys
I still need a little help here.
I have figured out part of the problem: I inverted the operators. So the right is: round((variable*percent)*100)/100
But if the value have cents, instead of 1,001.32, I am getting 1001.32. I need to rounded the value (remove the cents) to get 1,001 but I really need to get 1,001.32