永洪社区
标题:
计算列表达
[打印本页]
作者:
yhdata_HcGL9j0v
时间:
2022-3-31 18:38
标题:
计算列表达
求写得分计算列,已知通过率度量,通过率>99.5%得110分,通过率>99.0%得分100分,通过率>85%得90分,以后每低5个百分点减5分
作者:
yanieye
时间:
2022-3-31 19:19
if col['通过率'] > 0.995 then 110 elseif col['通过率'] > 0.99 then 100 elseif col['通过率'] > 0.85 then 90 else 90 - 5 * roundDown((0.85 - col['通过率'])/0.05, 0) end
欢迎光临 永洪社区 (https://club.yonghongtech.com/)
Powered by Discuz! X3.4