Quantcast
Channel: Dick Wenning's Activities
Viewing all articles
Browse latest Browse all 1245

SSRS Report hide tablix

$
0
0

Hi

I do have multiple tablix on my SSRS Report and on special conditions I want to hide one of it. Therefore I add an Expression in the tablix properties  "Show or hide.."

this Expression Looks like:

=iif(Fields!SalesOriginId.Value = "01"And Fields!SalesPoolId.Value = "05"And CountRows("WMSPickingList_TransportTmp") > 0, false, true)

 

So the Tablix should be hidden if the SalesOriginId != "01" AND the SalesPoolId != "05" AND if there are no rows/records in the table the tablix belongs to (WMSPickingList_TransportTmp)

 

In our case the tablix is shown anytime even if the it should be hidden


Viewing all articles
Browse latest Browse all 1245

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>