Task #2094
Tweak 2604 formula for occurrence count
Start date:
02/07/2022
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
Please replace formula floor(((totalOccurrenceCountOfKP/totalOccurrenceCountOfAllKPs)*100),0)
with
round(float32(((totalOccurrenceCountOfKP/totalOccurrenceCountOfAllKPs)*100),4)