Hello,
I have a tablix and I filtered with schooltype value as 2
In my dataset if schooltype value is 1 it goes to first tablix if schooltype value is 2 it comes to second tablix
If the give parameters for System as 'ALL' I will get all the scholltypes with 1 and 2 that is fine.
IF I give only particular system that is 731 in my dataset the value for school type is only 1 so it fills first tablix coming to the second tablix I want to hide it when there is no data in database with the schooltype value 2
how to show or hide the second table here? I tried this expression its not working
=iif(Fields!SchoolType.Value >2, true, false)