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....
↧