Forum Discussion
david-h
06-10-2023Cloud Apps
Hi EmoTrans ,
Not sure if you tried Angelina's solution, which is certainly the most flexible. If it does not work for you, there are solutions based on your data model. For instance in your case you could use one of those two models :
- concatenate origin and destination countries => you can then use a filter on string, using "contain" and "or"
- use a dimension country with two fields : country name and type with two values : origin or destination
Hope this helps.
Best, David