Hi!
I’m building an app for my company. One of the app’s features is to create and assign shifts that need to be covered. These shifts then count as overtime hours.
I’ve created a separate table to manage overtime, where I want to see how many overtime hours each person has worked per month and whether those hours have been paid or not.
The problem is that I can’t get the tables to relate properly. Glide doesn’t seem to give me the option to add filters in table relations, and I’ve tried unifying the data by creating a composite key using a template (ID–month–year), but the relation still doesn’t work.
I’ve checked that the values match and I’ve tried different approaches, but I still can’t get the tables to relate. I think the issue might be caused by using Template or Math columns, which don’t seem to work correctly when used in relations.
Could anyone give me a hand with this?

