I'm trying to calculate a Deposit to Loan Ratio with data from separate datasets. For the deposit (top) number I'm using this Lookup expression:
(Lookup(Fields!Date.Value, Fields!Date.Value, Fields!Customer_Account_Current_Balance.Value, "dsDirectDeposits"))
It gives me the correct numbers, but you can see below that they're not associated with the correct dates:
What am I missing here ? Thanks in advance.
J. Way