Filter matrix data field
hi i create a matrix report in ssrs.. in that Data field i wrote expression like this =iif(Fields!NAME.Value="fund",Fields!VALUE.Value,nothing) but in that data filed i got null value i wrote same expression in calculated filed and i used it means i got a value...so how to write expression for filter value in data filed
May 24th, 2012 1:57am

hi Give a try to this =iif(Fields!NAME.Value="fund",Fields!VALUE.Value,"") Hope this will help you !!! Sanjeewan
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 3:08am

ya thanks for ur reply.but i got answer for this this is the correct expression i want to give =sum(iif(Fields!NAME.Value="fund",Fields!VALUE.Value,nothing))
May 24th, 2012 4:12am

ya thanks for ur reply.but i got answer for this this is the correct expression i want to give =sum(iif(Fields!NAME.Value="fund",Fields!VALUE.Value,nothing))
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 4:18am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics