Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

How to remove #Error in SSRS report

$
0
0
i have an ssrs reportin which i have to calculate percentageiam getting percentagemy problem is iam getting #Error if the value is 0/1i want to replace #Error with 0i wrote below expression for percentage calculation((Sum(Sum(Switch(Fields!Data_Center.Value="Revenue",Fields!Amount1.Value))-sum(Fields!Amount.Value))/Sum(Switch(Fields!Data_Center.Value="Revenue",Fields!Amount1.Value)))*100)/100how to achieve that one....

Viewing all articles
Browse latest Browse all 2791

Trending Articles