Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All ,
I have two calculations and they are giving results .
=if((Round($(eCLMutil),0.01))/CLM_UTIL_TGT) < 0.75, 1, 0)- The answer is 1
=if((Round($(eCLMutil),0.01))/0.8 < 0.75, 1, 0) .The answer is 0
The value of CLM_UTIL_TGT=0.8 . Why the first expression is not evaluating correctly. Also the value of Round($(eCLMutil),0.01)=0.60.
Thanks & regards,
Kusha
What is the value of
Round($(eCLMutil),0.01)/CLM_UTIL_TGT
You are missing brackets while evaluating first expression.
Hello,
Actually the one extra bracket is a typo, the value of the below expression is .75 but still not evaluating correctly
Thanks
Kusha
The exact expression is as shown below:
=if((Round($(eCLMutil),0.01))/CLM_UTIL_TGT < 0.75, 1, 0)- The answer is 1
Round($(eCLMutil),0.01)= 0.60
CLM_UTIL_TGT= 0.8
Thanks
There is no possibility of the field being getting duplicated . I tried with your proposed way . ...the result is still the same
I tried ..it gives me the same result for max , min etc but with count it just gives one count.