sql NS:项目完成百分比时间
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql NS:项目完成百分比时间相关的知识,希望对你有一定的参考价值。
'<style>.progress{overflow:hidden;height:18px;background-color:#ccc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}.progress-bar{float:left;width:0;height:100%;font-size:11px;line-height:18px;color:#fff;text-align:center;background-color:#428bca;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease;-moz-transition:width .6s ease;}</style><div class="progress">' || '<div class="progress-bar" style="width:' || CASE WHEN ROUND({percenttimecomplete}*100, 1) >= 100.0 THEN 100 ELSE ROUND({percenttimecomplete}*100, 1) END || '%;"> ' || ROUND({percenttimecomplete}*100, 1) || '%</div></div>'
以上是关于sql NS:项目完成百分比时间的主要内容,如果未能解决你的问题,请参考以下文章
sql NS:项目任务持续时间
sql NS:项目任务概述状态图标
sql NS:向项目任务搜索添加新/视图备注链接
SQL |如何对 3 个项目的分区组求和?
Project 跟踪甘特图项目百分比进度怎么自动跟新?每次看上面都是0%,求大神解决。
用于增加多个项目的项目价值价格的 Sql 查询