Morning everyone :)
I'm after a little help...
I have a dataset in my report called coding which has lots of fields and is used in several tablix in the rest of my report. I want to create a table which shows me patients from this dataset who haven't had certain procedures. I have a list of codes for these....K634,K771 etc
I just don't know how to do this!
I have tried using a filter on the table using an expression =Iif(InStr("%K491%,%K492%,....Fields!FieldName.Value)>0,"Y","N")
Operator =
Value N
I've got to be careful as I can't filter my dataset as it will exclude records that are being used in other tables.
I'd be grateful for any suggestions.
Natalie xXx