Forum Discussion
Sync Filtering Between Tables
- 1 year ago
Hi StanHost12
I think an easiest way to solve your problem is to create a column, by concatenating these three columns in both tables and define your relationship based on created column! . (remmember to use some unique characters between column concatenate to avoid mismatching)
If this post helps, then I would appreciate a thumbs up and mark it as the solution to help the other members find it more quickly.
Hi StanHost12
I think an easiest way to solve your problem is to create a column, by concatenating these three columns in both tables and define your relationship based on created column! . (remmember to use some unique characters between column concatenate to avoid mismatching)
If this post helps, then I would appreciate a thumbs up and mark it as the solution to help the other members find it more quickly.
Thanks for the help Selva-Salimi !
I had seen this method online but hadn't applied it correctly or known it could be used in this scenario. From what I can see this method is working (so far) for both the test data and my actual report!