J
john cruze
Guest
Hello Manooj, yes one user have multiple Appraisal like user1 rating a 3 a 3 user2 rating b 1 b 3 user1 rating a 2 a 4 and so on , so my requirement is that when user create their last appraisal overall rating will be calculated as sum of all rating of a user (it is not fixed , user can create 2,3,4 or more appraisal as per as required ) divide by count of rating created by user. like for first user (a) calculated as (3+3+2+4) / (4) and second user (b) calculated as (1+3) / (2) thanks.
Continue reading...
Continue reading...