cancel
Showing results for 
Search instead for 
Did you mean: 

Report in logic

Former Member
0 Kudos

Hi,

i raised before one issue regarding decimal places . Actulay my requirement is if CKFA = CKF B is equal to count 1 . So user asked to keep 2decimal places after the point .then only system has calculating count 1 .If i not set 2 decimal place system is not showing count 1 . i tried KF properties set to 2 decimal place in backend but its not showing 2 decimal places.is ther any bex functionality is ther approximately equal so with out changing any thing my issue has been solved.

My previous thread:

CKF A CKF B

1.251851852 1.251922141

Regards

RK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So I would try to solve this one of two ways.

1) In the properties for the calculated key figure that stores the results of the CKF A = CKF B test, I would go to calculation tab, in Calculate Results As... select Summation of Rounded Values.

If that doesn't work...

2) Create one CKF (CKF C) which tests the results of the CKF A = CKF B logic. Give it 1 if the result is true, 0 if false. Then create a second CKF (CKF D) which is the average of CKF A and CKF 2 and change the decimal places for this. Then a third CKF (CKF E) which is the product of CKF C and CKF D (i.e. CKF C * CKF D).

Let me know how it goes...

Former Member
0 Kudos

Hi,

Thank you very much replies and its very helpful . i tried the 1st option can you please tell me same properties in individual record.

Regards

Rk

Answers (0)