How can I use correctly de Relation function?

I need to relate the data from the “Cantidad” column in the “Fechas” table to a new column in the “Resumen” table, but they need to be related through the “Mes” and “Año” columns. I’ve tried several ways, but none of them work. How can I do it correctly?


1 Like

Try using a Query column.

1 Like

I’ve already tried using Query, but it only selects the “Fechas” table; it doesn’t let me select the column I want.

1 Like

Use Lookup or Single Value

I’ve also tried using Lookup and Single Value.

Lookup it might work, but I don’t know what to do next. Can I apply a filter to this column or something like that?

1 Like

You have to set the filter in a query column. You start by selecting the table and then you need to set the filter to get the matching rows you want.

3 Likes

Video is a year or so old — but it might help:

3 Likes

Thanks a lot! @Jeff_Hager @Robert_Petitto, it worked well with those videos! :slightly_smiling_face:

3 Likes