floor
when I use the floor feature on the report writer through ERW in 9.2 to assign a variable within the report, the floor converts the number to absolute number by removing the decimals. For example value 187.43 gets assigned as 187 with RV Variable =floor(RV variable). However, the same variable gets assigned from -187.42 to -188. Is it possible to assign it as -187 instead of -188?