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

how to eliminate #Error in ssrs report

$
0
0
i have an ssrs report where i have to get only current month amountso previous months should be zero and forward months should be zeroiam getting previous months zer values but iam uanble to get forward months values as zeros i wrote below expression=iif(Fields!Finance_Indicator.Value="Forecast",IIF(CDate(Fields!Month_Name.Value + " 01, "+Fields!Financial_Year.Value) > Now(), SUM(Fields!Performance_Amount_Usd.Value),0),SUM(Fields!Performance_Amount_Usd.Value))can any one please help me...how to get this....

Viewing all articles
Browse latest Browse all 2791