Forum Discussion
NuTek
9 years agoFrequent Visitor
Pass-through relationship not working... Why?
I have three tables with a relationship between each one Table1 Key1 Col1 Table2 Key1 Key2 Col2 Table3 Key2 Col3 Relationships: Table1(Key1) --> Table2(Key1) Table2(Key2) -->...
- 9 years ago
Are your filter directions really unidirectional? If so, that's probably your answer, convert them to cross-filter in both directions.
Greg_Deckler
9 years agoCommunity Champion
Are your filter directions really unidirectional? If so, that's probably your answer, convert them to cross-filter in both directions.
NuTek
9 years agoFrequent Visitor
Thanks! I missed the bi-directional relationship :)