VF_Matthias
11 years agoContributor
create new criteria for ranking
Hi, I want to create new criteria for ranking (Kudos received and net_accepted_solutions), not the specified use like online time and tags. Do they need to be applied by lithium? Thanks!
- 11 years ago
Hi,
You can use the formula field in the Rank configuration Admin setting. Make sure you turn on the "Turn on the ranking formula" checkbox. Try the formula below
(net_kudos_events_received>= 100) && (net_accepted_solutions >=35)
Refer the below article for other metrics details
https://lithosphere.lithium.com/t5/admin-and-cic-analytics/Using-Admin-metrics/ta-p/5923
Thanks,
Premkumar