If a fact in the warehouse has a value of 105.59, this will be rounded to 106 if the fact data is formatted to have no decimal places. Sometimes, it is desired to have just the numbers on the left of the decimal place and no rounding. (Therefore, the above fact would be 105).
While Strategy Developer 9.x-10.x does not have the inherent functionality to truncate numbers like this, it is possible to do it using the 'ApplySimple' function. The example given below relates to an Oracle data warehouse, but many other RDBMSs support similar functionality.
Create a new fact:


Users can now use this fact in metric calculations.