开发者

Show percentages in SSRS without "%" character

I have a graph in an SSRS report that shows percentages. I achieved this my putting a format value of 0.0%. The database contains fraction values as 0.1 and 0.15 so they get formated as 10% and 15% automatically. The business guys don't want the the "%" sign to show.

I can't figure out how to multiple the num开发者_运维百科ber by 100 in the format expresion. I think i'm in on of those block moments.


Is it as simple as:

=Fields!YourField.Value * 100

Or perhaps

=Format(Fields!YourField.Value * 100, 0.0)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜