Forum Discussion
shanebo3239
Helper I
9 years agoJoining tables based on two different fields
I have an organization that has two systems, one is a lobby management system that gives out tickets (kind of like a "take a number" system). The second system is a customer survey feedback system. ...
BetterCallFrank
Resolver IV
9 years agosomething along the lines of
FILTER( LMS, CSF[DateSubmitted] >= LMS[StartDate] && CSF[DateSubmitted] <= LMS[EndDate] && CSF[LocationID] = LMS[LocationID] )
shoud work for you :)
If you need more please post some screenshots of your data and relationships
HTH,
Frank