January 10, 2011 at 7:13 am
What is it you want returned?
>=19, True
Mother, True
Father, True
All others false?
If this is what you want, try this:
=IIF(cstr(Fields!AGE.Value) >= 19,"true",IIF(cstr(Fields!Position.Value) = "Mother","true",IIF(cstr(Fields!Position.Value) = "Father","true","false")))
January 10, 2011 at 7:50 am
I have already resolved it. It was very simple. Thanks by the way.
January 10, 2011 at 7:58 am
azhar rahi (1/10/2011)
I have already resolved it. It was very simple. Thanks by the way.
How did you resolve it?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply