Forum Discussion
Ste_For94
6 years agoFrequent Visitor
Complex filtering condition
Hi everyone I have 3 tables. 1) components table: each component is identified by an ID and has some information attached to it 2) Activities table: each activity is performed on a single co...
lbendlin
6 years agoSuper User
what's the business reason for the bidirectional filter? Maybe show your data model?
Ste_For94
6 years agoFrequent Visitor
i substituted the relation to a oneway relation, but i still had the problem. I solved it creating a calculated table, i don't know if it's the most efficient solution but now it works ok and it's a much simpler model.