【发布时间】:2020-01-16 21:22:21
【问题描述】:
我需要在 micorsoft 报表生成器中将 IIF 插入到以下表达式中,但我不断收到错误消息。我想说如果 >1,1,""
=Round((Fields!percent_excellent.Value + Fields!percent_good.Value) * 100,0) & "% (" & Round(((Fields!percent_excellent.Value + Fields!percent_good.Value) - Fields!peer_group .Value) * 100,0) & "%)"
【问题讨论】:
-
欢迎来到 SO!我认为您可以通过minimal reproducible example 提高获得答案的机会