Hi,
Say your Keyfigure is KF1. You need to create a formula/CKF as below to get the desired result.
CKF = ( ((FRAC(KF1) < 0.5) * FLOOR (KF1)) + ( ( FRAC(KF1) >=0.5) * CIEL(KF1) ) )
Regards,
Satya.
Hi,
Say your Keyfigure is KF1. You need to create a formula/CKF as below to get the desired result.
CKF = ( ((FRAC(KF1) < 0.5) * FLOOR (KF1)) + ( ( FRAC(KF1) >=0.5) * CIEL(KF1) ) )
Regards,
Satya.