Simple expression to Hide things in SSRS
=iif(logical expression, true, false)
Using the if function to colour text the same as background for quick fix on divide by 0 errors in the middle of a report.
=iif(logical expression, true, false)
Using the if function to colour text the same as background for quick fix on divide by 0 errors in the middle of a report.