I am using BIDS 2008 to create SSRS reports.
I have two data sets (one is manually created, one from SQL Server) and I'm trying to retrieve a third value from one data set, where it to other fields match.
I've been trying to use a IIF statement but have had no luck.
Example below;
=IIF(Fields!Name.Value, "Dataset1" = Fields!Name.Value, "Dataset2",Fields!Age.Value, "Dataset2,"")
Hopefully someone can help, I'm rather stuck right now...