Relation with dates not working

I’m trying to make a relation between 2 tables using dates, but it’s not working. I’ve tried converting dates into integers but still nothing comes up.

Trying to bring the computed Total Balance column from the Bank Balances tables


Any hints?

Thanks in advance,

G

Can you show how you converted to integers?
Also show how the relation is configured.

1 Like

Thank you Jeff for your attention.
Formula for the integers

And this is how the relation is configured

Best Regards,

G

Take a closer look at this. Date and Balance are not going to match each other

1 Like

Ok, Can you explain me little bit more whats wrong and what should i change. I am kind of new with this.

Again, thank you for your help and time.

A date does not match a balance. 20250131 <> 46 million. Your relation is comparing two very different values. If you want the relation to work you need to change it so your Date in Table A matches the Date column in Table B. Balance has nothing to do with finding a match by date.

Date_IN should be looking for a matching Bank Balances > Date_IN

3 Likes