I have 2 datasets in form of lists (Share point) in my rdl in Visual Studio 2012.
I have BranchCode
column as the common column in both my data sets. One tablix in my report where I am writing an expression for looking up BranchCode
from dataset1 with BranchCode
of dataset2. If it is true then I want it to retrieve the corresponding BranchCost
value from dataset2.
I am able to write the lookup expression but final o/p is just a blank value. Can somebody please help me out with this?