Skip to main content
Solved

report relationship

  • 15 March 2023
  • 1 reply
  • 57 views

Hello,

how do I relate these three: CRActivity, Users, EPEmployee? Thanks!

I want to filter by the ownerid

 

1 reply

Userlevel 7
Badge +19

Hi @paula012 Here is the joins with the conditions and hope this helps

 

  • EPEmployee(UserID) Join with Users (PKID)
  • EPEmployee(BAccountID and OwnerID)  Join with BAccount (BAccount ID and DefContactID)
  • EPEmployee (BAccountID, OwnerID) Join with CRActivity (BAccountID, OwnerID)

Reply