Forum Discussion
henrydhs
2 years agoFrequent Visitor
Automatically filter 3 fields at the same time
Dear colleagues, I have a question and I'm not sure how to solve it. I have two tables and I want one to filter 3 fields at the same time automatically in table 2. The problem is that it only allows...
- 2 years ago
you can either create a composite key that concatenates these three fields. or your can use disconnected tables and TREATAS based measures to filter your second table.
- 2 years ago
Thank you very much. It´s more easy than I thought, I creat that concatenate relationship. Thank you
lbendlin
2 years agoSuper User
you can either create a composite key that concatenates these three fields. or your can use disconnected tables and TREATAS based measures to filter your second table.
- henrydhs2 years agoFrequent Visitor
Thank you very much. It´s more easy than I thought, I creat that concatenate relationship. Thank you