KoldCoffee (8/12/2014)
I want to pull in a specific value from a second dataset that returns just one row of data, but has 6 columns. I need the value in the 4th column.How to get it?
Use this expression, substituting the actual column and dataset names.
=First[Fields!FourthColumnName.Value, "SecondDatasetName"]