cancel
Showing results for 
Search instead for 
Did you mean: 

Calculated key figure based on OR condition

Former Member
0 Kudos

Hi All,

I would like to apply OR condition on two calculated keyfigures. IF CKF1 > 0 or CKF2 > 0, then record should display in report. Would you please suggest me on best of achieving it.

Regards,

Jo

Accepted Solutions (1)

Accepted Solutions (1)

kohesco
Active Contributor
0 Kudos

hi

new formula = ( CKF1 > 0 ) + ( CKF2 > 0 )

condition on new formula-> new formula >=1

Answers (1)

Answers (1)

Loed
Active Contributor
0 Kudos

Hi,

You may do this..Create a CKF with the formula below..

FINAL_CKF = ( CKF1 > 0 ) * YOUR_KF_RESULT + ( ( CKF2 > 0 ) * YOUR_KF_RESULT )

Regards,

Loed