Hii,
I have 2 tablix in SSRS report, building on same dataset:
Tablix1 should show all values which NOT HAVE Code containing
-UAT%
-DEPLOY%
-PUBLISH%
someothervalues
Second tablix should have everything which is not appearing in Tablix1 .
Can't make the wildcards work
Note: with the Tablix filters, I can add Expression Code, operator <> then UatStatusOK etc but not UAT%
J