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

how to get the hiding columns which have no amounts in ssrs and place zeros in those amounts....

$
0
0
I have an ssrs report.......where i don't have amounts for some months for some financial years....for the months that contain no amounts are hiding...but i have to get all monthsi have tried the below expression but iam not getting the months that contains no amounts and i want to place 0 in place of amounts for the months that contains no amounts.....=iif(SUM(Fields!Performance_Amount_Usd.Value),SUM(Fields!Performance_Amount_Usd.Value),0)and i also tried =iif(IsNothing(SUM(Fields!Performance_Amount_Usd.Value)),0,SUM(Fields!Performance_Amount_Usd.Value)) but iam unable to get those months that contains no amounts....is there any other way how to get all the months and how to place zero for the months that contains no amount.........please help me...

Viewing all articles
Browse latest Browse all 2791

Trending Articles