I have a dynamic dataset, and I want to show a row if any one of the filds are in the dataset. I know how to check for one, but not multiple
=IIf(Fields!aValue.IsMissing, False, True )
I need to check 3 fields: aValue, bValue, cValue
www.helixpoint.com