Lookup Returning Blank

  • This is driving me totally insane. Can anyone tell me what I am doing wrong here.

    Two datasets (AttainmentTotal,B) attached.

    SSRS tablix with expression in textbox as below

    =Lookup(Fields!MonthNm.Value, Fields!MonthNm.Value,

    Fields!AttainmentTotal.Value, "sp_NonData_Attainment_Total")

    Last column in design returns blank cell as though there is no match.

  • Found a problem in my code.

    Syntax is correct for lookup. Dataset was not returning anything to SSRS renderer because I was passing the wrong parameters.

    Thanks

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

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