Project

General

Profile

Task #2094

Updated by Ram Kordale almost 3 years ago

Please replace formula floor(((totalOccurrenceCountOfKP/totalOccurrenceCountOfAllKPs)*100),0) 

 with  

 round(float32(((totalOccurrenceCountOfKP/totalOccurrenceCountOfAllKPs)*100),4) ((totalOccurrenceCountOfKP/totalOccurrenceCountOfAllKPs)*100

Back