how to get the 4th value on the first row into SSRS

  • 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?

  • 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

  • I didn't find this worked for me.

    --Quote me

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply