August 12, 2014 at 12:03 pm
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?
August 12, 2014 at 1:53 pm
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"]
Jason Wolfkill
August 12, 2014 at 10:54 pm
I didn't find this worked for me.
--Quote me
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy