将符号'%'与数字(100)串联时遇到麻烦。目前,我正在使用此代码。
(case when case [Plan] when (0) then (-1) else round([Actual]/[Plan],(3)) end=(-1) then 'Not Planned' else case when case [Plan] when (0) then (-1) else round([Actual]/[Plan],(3)) end IS NULL then (0) else case [Plan] when (0) then (-1) else round([Actual]/[Plan],(3)) end*(100) + '%' end end)
您能帮我解决这个问题吗?
如果是这种情况,则:round([Actual]/[Plan],(3)) end*(100) + '%'
产量:100%