Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Relationship direction keeps changing itself

Hello,   Not sure if I am missing something simple here or if this a bug that has not been addressed but I have a basic report to make with 2 tables:   Contact table ( a table of contacts and the...
  • MFelix's avatar
    MFelix
    5 years ago

    Hi Anonymous ,

     

    The Related wotrks from the many to one side so in you case you are making the formula incorrectly. Let's break down the calculation you need.

     

    You want all the Jobs that exist for a contact correct.

    If you pick up you contact first you get a single value and then you try on the line to place all the related lines of Job this is not possible because you are getting a multiple value for each line so the result is an error.

     

    If you do the other way around starting from the Jobs you are getting for each line of the job a single line of the Contact so this is possible and returns a value.

     

    Is  a question of logic you cannot park 2 cars in a single space (sorry for the comparision).