Forum Discussion
garycarters
7 years agoHelper I
Creating relationships between two tables.
Hi I'm trying to achieve a relationship between 3 tables - customer, quote and contract. For each customer, I want to report on items from both of the two child tables. Customer is rel...
- 7 years ago
Hi,
to resolve this issue , you can copy your Quote table, stripout all columns except Quote id and description , link this table with customer table. your data model would look like this after the changes. if your table relationships looks different please share table images with related fields.
Cheers!,
ss
Anonymous
7 years agoNot applicable
Try changing the cross filter direction to 'bidirectional'
garycarters
7 years agoHelper I
I presume you mean between quote and contract?
Tried and it didn't work, same message.