Apr 18, 2017 02:56 PM
Hi,
I’m trying to either filter across tables, or link records across views. From what I’ve seen so far in the tutorials, it’s only possible to filter on local columns or the key column from a linked table. Say that I have an address table and a name table, where there is a many to one relationship between addresses and names. Before I link the two, I only want to include the active addresses, so that my final view has a one-to-one relationship between address and name. But, once in the ‘names’ table, I can’t filter on the ‘active address’ field from the address table, though both tables are linked. The solution that comes to mind is to create a view of active addresses first, and then link this to the names table, but I can’t seem to do this either. Does anyone have a good workaround for this?
thanks,
Megan
Apr 18, 2017 03:23 PM
Hey there! I’m happy to help, but I think I need a few clarifying details.
In the meantime, it’s possible that you may be able to achieve what you’re trying to accomplish with a combination of formula and lookup fields.
Apr 25, 2017 08:31 AM
Hi, the lookup field is what I needed. thanks!